fix from Verstoep: free() was called twice on same arg
This commit is contained in:
parent
41dac7db23
commit
94e1102a42
@ -608,7 +608,8 @@ addargs(string) char *string ; {
|
||||
l_add(curargs,keeps(in.p_path)) ;
|
||||
} else {
|
||||
scanlist( l_first(*comb_args), elem ) {
|
||||
l_add(curargs,p_cont(*elem)->p_path) ;
|
||||
l_add(curargs,
|
||||
keeps(p_cont(*elem)->p_path)) ;
|
||||
}
|
||||
}
|
||||
return ;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user