fix valgrind warning created by recent pidfile fix (#8235)
This isn't a leak, just an warning due to unreachable allocation on the fork child. Problem created by 92a483b (cherry picked from commit 2426aaa099e5dfee29cce17af39298d0ce14cc2a)
This commit is contained in:
parent
e9f674e5fb
commit
acdccab019
@ -5088,6 +5088,7 @@ void closeClildUnusedResourceAfterFork() {
|
||||
|
||||
/* Clear server.pidfile, this is the parent pidfile which should not
|
||||
* be touched (or deleted) by the child (on exit / crash) */
|
||||
zfree(server.pidfile);
|
||||
server.pidfile = NULL;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user