Commit 7eea45c5 authored by Nick Mathewson's avatar Nick Mathewson 🦀
Browse files

Move systemd_watchdog_timer free into mainloop.c

parent 08d934b3
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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();
  }