fix #126844. freeing mismatched memory. thanks to pj@ludd.luth.se for the fix.
r/sr=sspitzer
This commit is contained in:
Родитель
945088fedf
Коммит
eb0625e487
|
@ -988,7 +988,7 @@ void nsTextAddress::AddLdifRowToDatabase(PRBool bIsList)
|
|||
else
|
||||
continue; // parse error: continue with next loop iteration
|
||||
}
|
||||
delete [] saveCursor;
|
||||
nsMemory::Free(saveCursor);
|
||||
m_database->AddCardRowToDB(newRow);
|
||||
|
||||
if (bIsList)
|
||||
|
|
Загрузка…
Ссылка в новой задаче