X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=test.c;h=d9a991fa8e2786cd7e7fd83897f0bc69d91bc115;hp=40bf79801c412b99167986da53935ed0a2e79107;hb=19c57c03cc8fdc804766136a27d1f6a57548dd5b;hpb=a0f6b00a15852c6f13034c9cd3974b62e442696d diff --git a/test.c b/test.c index 40bf798..d9a991f 100755 --- a/test.c +++ b/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; }