diff --git a/mozilla/toolkit/xre/nsWindowsWMain.cpp b/mozilla/toolkit/xre/nsWindowsWMain.cpp index 196f1535710..21944141e73 100644 --- a/mozilla/toolkit/xre/nsWindowsWMain.cpp +++ b/mozilla/toolkit/xre/nsWindowsWMain.cpp @@ -75,7 +75,7 @@ int wmain(int argc, WCHAR **argv) } } argvConverted[argc] = NULL; - + // need to save argvConverted copy for later deletion. char **deleteUs = new char*[argc+1]; if (!deleteUs) { @@ -85,10 +85,9 @@ int wmain(int argc, WCHAR **argv) for (int i=0; i