busted loop condition

regression from

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

Change-Id: I36527a4f0109105b9853a79773b4c92f9bc4e902
This commit is contained in:
Caolán McNamara 2014-11-21 09:22:38 +00:00
parent ef076fa1c1
commit ecc56da366

View File

@ -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;