Sfoglia il codice sorgente

Move systemd_watchdog_timer free into mainloop.c

Nick Mathewson 5 anni fa
parent
commit
7eea45c5c4
1 ha cambiato i file con 0 aggiunte e 4 eliminazioni
  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();
   tor_mainloop_free_all();
 
 
-#ifdef HAVE_SYSTEMD_209
-  periodic_timer_free(systemd_watchdog_timer);
-#endif
-
   if (!postfork) {
   if (!postfork) {
     release_lockfile();
     release_lockfile();
   }
   }