Move systemd_watchdog_timer free into mainloop.c

This commit is contained in:
Nick Mathewson 2018-09-21 16:46:17 -04:00
parent 08d934b3fe
commit 7eea45c5c4

View File

@ -803,10 +803,6 @@ tor_free_all(int postfork)
tor_mainloop_free_all();
#ifdef HAVE_SYSTEMD_209
periodic_timer_free(systemd_watchdog_timer);
#endif
if (!postfork) {
release_lockfile();
}