From: Nick Mathewson Date: Fri, 21 Sep 2018 20:46:17 +0000 (-0400) Subject: Move systemd_watchdog_timer free into mainloop.c X-Git-Tag: tor-0.3.5.3-alpha~49 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7eea45c5c460f735594ed9a208d2fe3e3714a368;p=thirdparty%2Ftor.git Move systemd_watchdog_timer free into mainloop.c --- diff --git a/src/app/main/main.c b/src/app/main/main.c index ab66105116..eeb219f3dc 100644 --- a/src/app/main/main.c +++ b/src/app/main/main.c @@ -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(); }