D-Bus (old): Fix message handler error paths
authorJouni Malinen <j@w1.fi>
Tue, 6 Jan 2015 11:22:06 +0000 (13:22 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 7 Jan 2015 11:19:00 +0000 (13:19 +0200)
commitf0614bc6c6eb579a4246703d950b56aea66cb385
treeea7f643fa19ce19e52675b257d8d8b2928cfb8cf
parenta2af1c70c5cad29599d31c5296628bec7013b6fd
D-Bus (old): Fix message handler error paths

The error reply needs to be sent out as a response. The "out" label was
in incorrect place to allow that to happen; instead, it ended up leaking
memory for the generated reply message.

Signed-off-by: Jouni Malinen <j@w1.fi>
wpa_supplicant/dbus/dbus_old.c