Skip to content
Snippets Groups Projects
Commit e1686eb1 authored by Julian Bouzas's avatar Julian Bouzas
Browse files

dbus-device-reservation: fix memleak when completing release

parent 6a73179d
No related branches found
No related tags found
No related merge requests found
......@@ -347,7 +347,7 @@ wp_monitor_dbus_device_reservation_complete_release (
return;
g_dbus_method_invocation_return_value (self->pending_release,
g_variant_new ("(b)", g_variant_new_boolean (res)));
g_variant_new ("(b)", res));
g_clear_object (&self->pending_release);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment