Skip to content

Commit

Permalink
fix(sms): plug leaked GCancellable
Browse files Browse the repository at this point in the history
  • Loading branch information
andyholmes committed Nov 18, 2024
1 parent 665cc88 commit 0ea0903
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/sms/valent-sms-device.c
Original file line number Diff line number Diff line change
Expand Up @@ -889,6 +889,7 @@ valent_sms_device_finalize (GObject *object)

g_queue_clear_full (&self->attachment_requests, attachment_request_free);
g_clear_pointer (&self->message_requests, g_ptr_array_unref);
g_clear_object (&self->cancellable);
g_clear_object (&self->connection);
g_clear_object (&self->get_timestamp_stmt);

Expand Down

0 comments on commit 0ea0903

Please sign in to comment.