mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-24 11:36:21 +00:00
fix memory leaks in OMEMO
Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
This commit is contained in:
@@ -57,6 +57,7 @@ GHashTable* session_store_new(void);
|
||||
GHashTable* pre_key_store_new(void);
|
||||
GHashTable* signed_pre_key_store_new(void);
|
||||
void identity_key_store_new(identity_key_store_t* identity_key_store);
|
||||
void identity_key_store_destroy(identity_key_store_t* identity_key_store);
|
||||
|
||||
/**
|
||||
* Returns a copy of the serialized session record corresponding to the
|
||||
|
||||
Reference in New Issue
Block a user