(child_setup): Use xfree instead of free.

This commit is contained in:
Gerd Moellmann
2000-08-05 19:26:30 +00:00
parent afd74e2569
commit a3f0666ff7

View File

@@ -1228,7 +1228,7 @@ child_setup (in, out, err, new_argv, set_pgrp, current_dir)
#ifdef MSDOS
pid = run_msdos_command (new_argv, pwd_var + 4, in, out, err, env);
free (pwd_var);
xfree (pwd_var);
if (pid == -1)
/* An error occurred while trying to run the subprocess. */
report_file_error ("Spawning child process", Qnil);