diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/common/compat_libevent.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/compat_libevent.c b/src/common/compat_libevent.c index 140b6552d1..250fa2bdb7 100644 --- a/src/common/compat_libevent.c +++ b/src/common/compat_libevent.c @@ -550,3 +550,4 @@ periodic_timer_free(periodic_timer_t *timer) tor_event_free(timer->ev); tor_free(timer); } + |