mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-29 06:16:21 +00:00
Call message_handlers_clear() upon disconnect
Free pubsub_event_handlers. Fix memory leaks.
This commit is contained in:
@@ -216,6 +216,7 @@ session_disconnect(void)
|
||||
iq_handlers_clear();
|
||||
|
||||
connection_disconnect();
|
||||
message_handlers_clear();
|
||||
|
||||
connection_clear_data();
|
||||
chat_sessions_clear();
|
||||
|
||||
Reference in New Issue
Block a user