mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-03-22 02:31:28 +00:00
free the memory for asprintf
This commit is contained in:
parent
a0f6b00a15
commit
19c57c03cc
1 changed files with 2 additions and 0 deletions
2
test.c
2
test.c
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue