From 0410802753ec49ecfd699d55c636d41b3d143e01 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Thu, 4 Jul 2019 10:47:50 +0200 Subject: Free omemo_ctx.device_list_handler --- src/omemo/omemo.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/omemo/omemo.c') diff --git a/src/omemo/omemo.c b/src/omemo/omemo.c index e62aa795..02107432 100644 --- a/src/omemo/omemo.c +++ b/src/omemo/omemo.c @@ -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); -- cgit 1.4.1-2-gfad0 onchange='this.form.submit();'> Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log blame commit diff stats
path: root/subx/examples/ex7.subx
blob: c6dd342391bf5606837378db89ba9be80ac08ac1 (plain) (tree)
1
2
3
4
5
6
7
8
9