mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-22 03:46:20 +00:00
Some more memory improvements
* Less leaks * Less allocations Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
This commit is contained in:
@@ -174,6 +174,10 @@ _otr_shutdown(void)
|
||||
free(jid);
|
||||
jid = NULL;
|
||||
}
|
||||
if (user_state) {
|
||||
otrl_userstate_free(user_state);
|
||||
user_state = NULL;
|
||||
}
|
||||
otrlib_shutdown();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user