discomfitor pushed a commit to branch master.
commit 0f9336b105413a92e1e2211f1aecf6d5dd84cd7e
Author: Mike Blumenkrantz <[email protected]>
Date: Mon Feb 25 09:22:15 2013 +0000
fix edbus message refcounting in udisks efm backend
---
src/bin/e_fm/e_fm_main_udisks.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/bin/e_fm/e_fm_main_udisks.c b/src/bin/e_fm/e_fm_main_udisks.c
index 669ff7e..e6e7870 100644
--- a/src/bin/e_fm/e_fm_main_udisks.c
+++ b/src/bin/e_fm/e_fm_main_udisks.c
@@ -147,6 +147,7 @@ _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);
}
}
@@ -264,6 +265,7 @@ _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
--
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb