Bug 122809ÿMismatched allocator/deallocator ToNewCString & delete[]

r=bzbarsky@mit.edu sr=jag


git-svn-id: svn://10.0.0.236/trunk@113602 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mac.com 2002-02-04 14:37:01 +00:00
parent daf06d9375
commit 030e9d615b

View File

@ -1468,7 +1468,7 @@ void nsWebShellWindow::LoadContentAreas() {
nsnull,
nsnull,
nsnull);
delete [] urlChar;
nsMemory::Free(urlChar);
}
NS_RELEASE(contentShell);
}