mem leaks
This commit is contained in:
parent
d8269eee53
commit
79767045ad
3 changed files with 23 additions and 12 deletions
|
|
@ -825,6 +825,7 @@ main(int argc, char **argv)
|
|||
unlink(pidfile);
|
||||
if (sockfamily==AF_UNIX && lstat(sock, &st) == 0)
|
||||
unlink(sock);
|
||||
backend_terminate(h);
|
||||
exit(0); /* OK */
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue