Skip to content

Commit

Permalink
matrix: Don't free joined-rooms
Browse files Browse the repository at this point in the history
cm_client_get_joined_rooms() is transfer: none

This went unnoticed when libcmatrix wasn't cleaning up properly.
  • Loading branch information
agx committed Jul 30, 2024
1 parent 1470899 commit 2f97f67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ev-matrix.c
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ ev_matrix_destroy (void)
g_clear_object (&cancel);

g_clear_pointer (&pushers, g_ptr_array_unref);
g_clear_object (&joined_rooms);
g_clear_object (&client);
g_clear_object (&matrix);
}
Expand Down

0 comments on commit 2f97f67

Please sign in to comment.