diff options
Diffstat (limited to 'libhal')
-rw-r--r-- | libhal/libhal.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libhal/libhal.c b/libhal/libhal.c index 669e02e6..e3707829 100644 --- a/libhal/libhal.c +++ b/libhal/libhal.c @@ -1499,6 +1499,9 @@ libhal_device_set_property_helper (LibHalContext *ctx, return FALSE; } + dbus_message_unref (message); + dbus_message_unref (reply); + return TRUE; } |