mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Move systemd_watchdog_timer free into mainloop.c
This commit is contained in:
parent
08d934b3fe
commit
7eea45c5c4
@ -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();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user