From 030e9d615b081e00a5a86951105cab650f35a2f1 Mon Sep 17 00:00:00 2001 From: "timeless%mac.com" Date: Mon, 4 Feb 2002 14:37:01 +0000 Subject: [PATCH] =?UTF-8?q?Bug=20122809=C3=BFMismatched=20allocator/deallo?= =?UTF-8?q?cator=20ToNewCString=20&=20delete[]=20r=3Dbzbarsky@mit.edu=20sr?= =?UTF-8?q?=3Djag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://10.0.0.236/trunk@113602 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpfe/appshell/src/nsWebShellWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/xpfe/appshell/src/nsWebShellWindow.cpp b/mozilla/xpfe/appshell/src/nsWebShellWindow.cpp index 83e5c902653..5558c47f5b1 100644 --- a/mozilla/xpfe/appshell/src/nsWebShellWindow.cpp +++ b/mozilla/xpfe/appshell/src/nsWebShellWindow.cpp @@ -1468,7 +1468,7 @@ void nsWebShellWindow::LoadContentAreas() { nsnull, nsnull, nsnull); - delete [] urlChar; + nsMemory::Free(urlChar); } NS_RELEASE(contentShell); }