Don't free dbus arguments...causes segv.
authorChristopher Michael <cpmichael1@comcast.net>
Sun, 18 Apr 2010 14:27:20 +0000 (14:27 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Sun, 18 Apr 2010 14:27:20 +0000 (14:27 +0000)
SVN revision: 48104

src/modules/illume2/e_mod_kbd_dbus.c

index 5246f61..06651d6 100644 (file)
@@ -270,6 +270,5 @@ _e_mod_kbd_dbus_dev_chg(void *data __UNUSED__, DBusMessage *msg)
                   _e_mod_kbd_dbus_kbd_eval();
                }
           }
-        free(cap);
      }
 }