Commit 9c67c086 9c67c086294e853ba6cf24db7067c0ed7c1b3b3f by Sergey Poznyakoff

(mu_daemon_remove_pidfile): Reset pidfile.

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