Hi,
find attached a patch for the double free issue with e_dbus_notification.
The notification is already freed in the callback return function.
BR,
Leif
diff --git a/e_dbus/src/bin/notify.c b/e_dbus/src/bin/notify.c
index 7d703d1..a6cde3b 100644
--- a/e_dbus/src/bin/notify.c
+++ b/e_dbus/src/bin/notify.c
@@ -21,8 +21,6 @@ cb_sent(void *data __UNUSED__, void *ret, DBusError *err)
{
printf("Error: %s\n", err->message);
}
-
- free(notify);
}
Eina_Bool
------------------------------------------------------------------------------
This SF.net email is sponsored by
Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel