dbus: Fix memory leak in sending InvitationReceived signal
authorMAYANK HAARIT <mayank.h@samsung.com>
Tue, 17 Nov 2015 06:19:57 +0000 (06:19 +0000)
committerJouni Malinen <j@w1.fi>
Tue, 17 Nov 2015 15:20:03 +0000 (17:20 +0200)
commit442cc8cc418201d97d01030b727d7ce7585dd1d8
tree144ce37e887fe1323fb7e567ebdf3ebe462b14bb
parent0603bcb7fe8babf183362518238c142afe8e2036
dbus: Fix memory leak in sending InvitationReceived signal

Free the message after message send in
wpas_dbus_signal_p2p_invitation_received() to avoid leaking memory.

Signed-off-by: Mayank Haarit <mayank.h@samsung.com>
Signed-off-by: Avichal Agarwal <avichal.a@samsung.com>
wpa_supplicant/dbus/dbus_new.c