Changeset - 4f90c21755ee
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 16 years ago 2009-04-18 23:11:46
ohnobinki@ohnopublishing.net
fixed memory leak in execio
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/common/execio.c
Show inline comments
 
@@ -229,6 +229,8 @@ int execio_close(struct execio *eio)
 
  */
 
  fprintf(stderr, "execio_close: running waitpid\n");
 
  waitpid(eio->child, &childstatus, 0);
 

	
 
  free(eio);
 
  
 
  return 0;
 
}
0 comments (0 inline, 0 general)