diff src/win32.c @ 841:44478bd99873

[xemacs-hg @ 2002-05-14 15:15:58 by ben] crash fixes text.c: Fix bug leading to crashes with multibyte text. win32.c: Fix crash due to errant xfree(). xemacs.mak: Run tests with the packages so we don't get errors about advice not present, etc.
author ben
date Tue, 14 May 2002 15:16:08 +0000
parents 6728e641994e
children 2b6fa2618f76
line wrap: on
line diff
--- a/src/win32.c	Tue May 14 13:04:00 2002 +0000
+++ b/src/win32.c	Tue May 14 15:16:08 2002 +0000
@@ -338,8 +338,6 @@
     ret = (int) qxeShellExecute (NULL, opext, doc, parmext, path,
 				 (INTP (show_flag) ?
 				  XINT (show_flag) : SW_SHOWDEFAULT));
-
-    xfree (doc);
   }
 
   if (ret <= 32)