aboutsummaryrefslogtreecommitdiffstats
path: root/matrix-e2e.c
diff options
context:
space:
mode:
Diffstat (limited to 'matrix-e2e.c')
-rw-r--r--matrix-e2e.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/matrix-e2e.c b/matrix-e2e.c
index a358185..01f1416 100644
--- a/matrix-e2e.c
+++ b/matrix-e2e.c
@@ -1234,6 +1234,7 @@ void matrix_e2e_cleanup_connection(MatrixConnectionData *conn)
close_e2e_db(conn);
g_hash_table_destroy(conn->e2e->olm_session_hash);
g_free(conn->e2e->curve25519_pubkey);
+ g_free(conn->e2e->ed25519_pubkey);
g_free(conn->e2e->oa);
g_free(conn->e2e->device_id);
g_free(conn->e2e);