fix a small leak.

thanks sebastid


SVN revision: 26178
This commit is contained in:
rephorm 2006-09-27 14:29:42 +00:00 committed by rephorm
parent fe3c88c4e6
commit d348065dea
1 changed files with 0 additions and 4 deletions

View File

@ -477,15 +477,11 @@ _ecore_dbus_event_server_data(void *udata, int ev_type, void *ev)
}
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);
}