mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-21 13:46:21 +00:00
fix memory leaks in OMEMO
Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
This commit is contained in:
@@ -620,3 +620,10 @@ unique_filename_from_url(const char* url, const char* path)
|
||||
|
||||
return unique_filename;
|
||||
}
|
||||
|
||||
void
|
||||
glib_hash_table_free(GHashTable* hash_table)
|
||||
{
|
||||
g_hash_table_remove_all(hash_table);
|
||||
g_hash_table_unref(hash_table);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user