1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

Free omemo_ctx.device_list_handler

This commit is contained in:
Michael Vetter 2019-07-04 10:47:50 +02:00
parent d0047c8376
commit 0410802753

View File

@ -305,6 +305,7 @@ omemo_on_disconnect(void)
_g_hash_table_free(omemo_ctx.signed_pre_key_store);
_g_hash_table_free(omemo_ctx.pre_key_store);
_g_hash_table_free(omemo_ctx.device_list_handler);
g_string_free(omemo_ctx.identity_filename, TRUE);
g_key_file_free(omemo_ctx.identity_keyfile);