From 4f947015d25028db5b5f161d85bfd563a226c927 Mon Sep 17 00:00:00 2001 From: axel Date: Sat, 4 Feb 2006 23:09:14 +1000 Subject: Minor tweaks, including a few small performance improvements darcs-hash:20060204130914-ac50b-331e83fd8fe472545fce60fc4b76bb8300526d64.gz --- proc.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'proc.c') diff --git a/proc.c b/proc.c index 131386fe..abfcbeb5 100644 --- a/proc.c +++ b/proc.c @@ -122,14 +122,11 @@ static void free_process( process_t *p ) free_process( p->next ); - debug( 3, L"Free process %ls", p->actual_cmd ); free( p->actual_cmd ); if( p->argv != 0 ) { - debug( 3, L"Process has argument vector" ); for( arg=p->argv; *arg; arg++ ) { - debug( 3, L"Free argument %ls", *arg ); free( *arg ); } free(p->argv ); -- cgit v1.2.3