mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
Merge remote-tracking branch 'asn-github/bug26078'
This commit is contained in:
commit
9800f4769f
@ -283,7 +283,7 @@ void
|
||||
periodic_timer_disable(periodic_timer_t *timer)
|
||||
{
|
||||
tor_assert(timer);
|
||||
event_del(timer->ev);
|
||||
(void) event_del(timer->ev);
|
||||
}
|
||||
|
||||
/** Stop and free a periodic timer */
|
||||
|
Loading…
Reference in New Issue
Block a user