Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_dbus


Modified Files:
        ecore_dbus.c 


Log Message:

fix a small leak.
thanks sebastid

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_dbus/ecore_dbus.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -3 -r1.26 -r1.27
--- ecore_dbus.c        27 Sep 2006 00:00:59 -0000      1.26
+++ ecore_dbus.c        27 Sep 2006 14:29:42 -0000      1.27
@@ -477,15 +477,11 @@
               }
             else if (msg->type == ECORE_DBUS_MESSAGE_TYPE_SIGNAL)
               {
-                 Ecore_DBus_Event_Server_Data *ev2;
-                 ev2 = _ecore_dbus_event_create(svr, msg);
                  ecore_event_add(ECORE_DBUS_EVENT_SIGNAL, ev2,
                                  _ecore_dbus_event_server_data_free, NULL);
               }
             else if (msg->type == ECORE_DBUS_MESSAGE_TYPE_METHOD_CALL)
               {
-                 Ecore_DBus_Event_Server_Data *ev2;
-                 ev2 = _ecore_dbus_event_create(svr, msg);
                  ecore_event_add(ECORE_DBUS_EVENT_METHOD_CALL, ev2,
                                  _ecore_dbus_event_server_data_free, NULL);
               }



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to