Commit 9c67c086 9c67c086294e853ba6cf24db7067c0ed7c1b3b3f by Sergey Poznyakoff

(mu_daemon_remove_pidfile): Reset pidfile.

1 parent 0ab5c137
......@@ -73,6 +73,7 @@ mu_daemon_remove_pidfile (void)
{
unlink (pidfile);
free (pidfile);
pidfile = NULL;
}
}
......