From 9187778f321c6b752f3facf396047cf6d2a06f56 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Thu, 28 Feb 2013 15:39:28 -0300 Subject: [PATCH] Revert "fix edbus message refcounting in udisks efm backend" This reverts commit 0f9336b105413a92e1e2211f1aecf6d5dd84cd7e. Message is automatically unrefd by edbus_connection_send() if it is was successfully sent. --- src/bin/e_fm/e_fm_main_udisks.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/e_fm/e_fm_main_udisks.c b/src/bin/e_fm/e_fm_main_udisks.c index 0b19f5d13..e6f09a228 100644 --- a/src/bin/e_fm/e_fm_main_udisks.c +++ b/src/bin/e_fm/e_fm_main_udisks.c @@ -147,7 +147,6 @@ _e_fm_main_udisks_cb_dev_all(void *data __UNUSED__, const EDBus_Message *msg, edbus_connection_send(_e_fm_main_udisks_conn, new_msg, _e_fm_main_udisks_cb_dev_verify, eina_stringshare_add(path), -1); - edbus_message_unref(new_msg); INF("DB INIT DEV+: %s", path); } } @@ -265,7 +264,6 @@ _e_fm_main_udisks_cb_dev_add(void *data __UNUSED__, const EDBus_Message *msg) edbus_connection_send(_e_fm_main_udisks_conn, new, _e_fm_main_udisks_cb_dev_verify_added, eina_stringshare_add(path), -1); - edbus_message_unref(new); } static void