free the memory for asprintf

This commit is contained in:
Dale Weiler 2013-04-24 14:05:09 +00:00
parent a0f6b00a15
commit 19c57c03cc

2
test.c
View file

@ -179,6 +179,8 @@ int task_pclose(FILE **handles) {
handles[1] = fs_file_open(open->name_out, "r");
handles[2] = fs_file_open(open->name_err, "r");
mem_d(cmd);
return handles;
}