maybe, fixed memory leak.
This commit is contained in:
parent
cadf8b72f6
commit
e96d3c1eda
1 changed files with 1 additions and 0 deletions
|
@ -182,6 +182,7 @@ nsProbingState nsSBCSGroupProber::HandleData(const char* aBuf, PRUint32 aLen)
|
||||||
|
|
||||||
done:
|
done:
|
||||||
PR_FREEIF(newBuf1);
|
PR_FREEIF(newBuf1);
|
||||||
|
PR_FREEIF(newBuf2);
|
||||||
|
|
||||||
return mState;
|
return mState;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue