]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Move systemd_watchdog_timer free into mainloop.c
authorNick Mathewson <nickm@torproject.org>
Fri, 21 Sep 2018 20:46:17 +0000 (16:46 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 21 Sep 2018 20:46:17 +0000 (16:46 -0400)
src/app/main/main.c

index ab66105116a55f5e808d89b72506d7382349c130..eeb219f3dc32325ee80215e7b04d71f586cb1412 100644 (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();
   }