comparison 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
comparison
equal deleted inserted replaced
840:1e4e42de23d5 841:44478bd99873
336 LOCAL_FILE_FORMAT_MAYBE_URL_TO_TSTR (document, doc); 336 LOCAL_FILE_FORMAT_MAYBE_URL_TO_TSTR (document, doc);
337 337
338 ret = (int) qxeShellExecute (NULL, opext, doc, parmext, path, 338 ret = (int) qxeShellExecute (NULL, opext, doc, parmext, path,
339 (INTP (show_flag) ? 339 (INTP (show_flag) ?
340 XINT (show_flag) : SW_SHOWDEFAULT)); 340 XINT (show_flag) : SW_SHOWDEFAULT));
341
342 xfree (doc);
343 } 341 }
344 342
345 if (ret <= 32) 343 if (ret <= 32)
346 { 344 {
347 /* Convert to more standard errors */ 345 /* Convert to more standard errors */