From 76fecde6611d518e30538b7ccb90a7dd2b48909c Mon Sep 17 00:00:00 2001 From: "dougt%netscape.com" Date: Thu, 27 May 1999 22:02:17 +0000 Subject: [PATCH] removing an evil and unneeded delete []. --- xpcom/io/nsFileSpecWin.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/xpcom/io/nsFileSpecWin.cpp b/xpcom/io/nsFileSpecWin.cpp index b25ba9f4df59..7c8a70568ffa 100644 --- a/xpcom/io/nsFileSpecWin.cpp +++ b/xpcom/io/nsFileSpecWin.cpp @@ -349,7 +349,6 @@ nsresult nsFileSpec::Move(const nsFileSpec& inNewParentDirectory) return NS_OK; } - delete [] destPath; } return NS_FILE_FAILURE; } // nsFileSpec::Move