fix leak
This commit is contained in:
parent
aaa57167db
commit
f616d29005
@ -841,6 +841,8 @@ run_single_request ()
|
||||
}
|
||||
MHD_run (mhd);
|
||||
}
|
||||
MHD_stop_daemon (mhd);
|
||||
mhd = NULL;
|
||||
if (cld != waitpid (cld,
|
||||
&status,
|
||||
0))
|
||||
|
Loading…
Reference in New Issue
Block a user