Kaydet (Commit) ecc56da3 authored tarafından Caolán McNamara's avatar Caolán McNamara

busted loop condition

regression from

commit 11987332
Date:   Thu Oct 21 15:34:02 2010 -0500
    convert vos/process.hxx and related API

Change-Id: I36527a4f0109105b9853a79773b4c92f9bc4e902
üst ef076fa1
......@@ -3716,10 +3716,9 @@ RTLFUNC(Shell)
osl_freeProcessHandle( pApp );
}
for(int j = 0; i < nParamCount; i++)
for(int j = 0; j < nParamCount; ++j)
{
rtl_uString_release(pParamList[j]);
pParamList[j] = NULL;
}
delete [] pParamList;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment