Patch from Tom Hacohen to remove freeing of dbus message arguments...thanks :)

SVN revision: 47835
This commit is contained in:
Christopher Michael 2010-04-08 15:09:25 +00:00
parent 83f8580fe1
commit f08bdd1c4c
1 changed files with 0 additions and 2 deletions

View File

@ -155,7 +155,6 @@ _e_mod_kbd_dbus_cb_input_kbd_is(void *data, void *reply, DBusError *err)
if (dbus_error_is_set(err))
{
dbus_error_free(err);
if (udi) free(udi);
return;
}
@ -166,7 +165,6 @@ _e_mod_kbd_dbus_cb_input_kbd_is(void *data, void *reply, DBusError *err)
{
_e_mod_kbd_dbus_kbd_add(udi);
_e_mod_kbd_dbus_kbd_eval();
free(udi);
}
}
}