Explorar o código

Move systemd_watchdog_timer free into mainloop.c

Nick Mathewson %!s(int64=5) %!d(string=hai) anos
pai
achega
7eea45c5c4
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  1. 0 4
      src/app/main/main.c

+ 0 - 4
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();
   }