Re: [PATCH] gsupplicant:Fix possible memory leak in signal_peer_found function

2015-10-08 Thread Patrik Flykt
On Mon, 2015-10-05 at 15:35 +0530, Maneesh Jain wrote: > Signed-off-by: Maneesh Jain We don't do/need signed-off-bys in this project. Short description here of the cause of the fix like "If supplicant_dbus_property_get_all() returns and error, the callback function will

[PATCH] gsupplicant:Fix possible memory leak in signal_peer_found function

2015-10-05 Thread Maneesh Jain
Signed-off-by: Maneesh Jain --- gsupplicant/supplicant.c | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/gsupplicant/supplicant.c b/gsupplicant/supplicant.c index 6a62026..ad53a56 100755 --- a/gsupplicant/supplicant.c +++