Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : proto

Dir     : e17/proto/e_dbus/src/lib/dbus


Modified Files:
        e_dbus_message.c 


Log Message:
free callback

===================================================================
RCS file: /cvs/e/e17/proto/e_dbus/src/lib/dbus/e_dbus_message.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- e_dbus_message.c    11 Jul 2007 00:47:19 -0000      1.5
+++ e_dbus_message.c    11 Jul 2007 00:48:00 -0000      1.6
@@ -102,6 +102,8 @@
 
   if (dbus_error_is_set(&new_err))
     dbus_error_free(&new_err);
+
+  e_dbus_callback_free(cb);
 }
 
 DBusPendingCall *



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to