Merge remote-tracking branch 'asn-github/bug26078'

This commit is contained in:
Nick Mathewson 2018-05-11 08:20:49 -04:00
commit 9800f4769f
1 changed files with 1 additions and 1 deletions

View File

@ -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 */