Revert "fix edbus message refcounting in udisks efm backend"

This reverts commit 0f9336b105.

Message is automatically unrefd by edbus_connection_send() if it is was
successfully sent.
This commit is contained in:
Lucas De Marchi 2013-02-28 15:39:28 -03:00
parent eca3475b79
commit 9187778f32
1 changed files with 0 additions and 2 deletions

View File

@ -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