]> jfr.im git - irc/UndernetIRC/iauthd-c.git/commitdiff
iauth_core: Free the iauth_in object from libevent.
authorMichael Poole <redacted>
Sun, 23 Jun 2019 01:28:28 +0000 (21:28 -0400)
committerMichael Poole <redacted>
Sun, 23 Jun 2019 01:28:28 +0000 (21:28 -0400)
modules/iauth_core.c

index 2654901fc2f0e096763122c0d57cea45fe130c95..aa9fab152d4bb52c371dfb44e29f750b3277e983 100644 (file)
@@ -863,6 +863,7 @@ void module_constructor(UNUSED_ARG(const char name[]))
 
 void module_destructor(void)
 {
+    bufferevent_free(iauth_in);
     set_clear(iauth_reqs);
     free(iauth_reqs);
     set_clear(iauth_modules);