]> git.sesse.net Git - vlc/commit
dbus: Fix handling of input events and remove memleaks
authorMirsal Ennaime <mirsal@videolan.org>
Sun, 10 Mar 2013 02:54:55 +0000 (03:54 +0100)
committerMirsal Ennaime <mirsal@videolan.org>
Sun, 10 Mar 2013 02:54:55 +0000 (03:54 +0100)
commit01b2d9f038211e91fd2348858d58931f0a48faa1
tree9f7a65aea4120fda9181b40f6a5d5bb6412ca678
parent1351dcd2c0cf298673b265c909ac2154f75c3279
dbus: Fix handling of input events and remove memleaks

Correctly handle the INPUT_EVENT_ITEM_META and INPUT_EVENT_ITEM_META
instead of skipping the whole event processing code without even freeing
the callback_info_t data structure.

Closes: #8285
modules/control/dbus/dbus.c