Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : proto

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


Modified Files:
        client.c 


Log Message:
unref messages

===================================================================
RCS file: /cvs/e/e17/proto/e_dbus/src/lib/notification/client.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- client.c    11 Jul 2007 00:47:11 -0000      1.4
+++ client.c    11 Jul 2007 00:48:41 -0000      1.5
@@ -37,6 +37,7 @@
 
   msg = e_notify_marshal_notify(n);
   e_dbus_method_call_send(client_conn, msg, e_notify_unmarshal_notify_return, 
func, -1, data);
+  dbus_message_unref(msg);
 }
 
 void
@@ -46,6 +47,7 @@
 
   msg = e_notify_marshal_get_capabilities();
   e_dbus_method_call_send(client_conn, msg, 
e_notify_unmarshal_get_capabilities_return, func, -1, data);
+  dbus_message_unref(msg);
 }
 
 void
@@ -55,4 +57,5 @@
 
   msg = e_notify_marshal_get_server_information();
   e_dbus_method_call_send(client_conn, msg, 
e_notify_unmarshal_get_server_information_return, func, -1, data);
+  dbus_message_unref(msg);
 }



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