[network-manager-applet] applet: fix a memory leak in idle_check_avail_access_point_notification()
- From: JiÅÃ KlimeÅ <jklimes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-applet] applet: fix a memory leak in idle_check_avail_access_point_notification()
- Date: Mon, 19 Mar 2012 13:37:19 +0000 (UTC)
commit 8a8f4ee148f77db883451b535c738719c3b87d3b
Author: JiÅÃ KlimeÅ <jklimes redhat com>
Date: Mon Mar 19 13:45:09 2012 +0100
applet: fix a memory leak in idle_check_avail_access_point_notification()
src/applet-device-wifi.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/applet-device-wifi.c b/src/applet-device-wifi.c
index 0c9c3ee..fecfff1 100644
--- a/src/applet-device-wifi.c
+++ b/src/applet-device-wifi.c
@@ -1068,6 +1068,7 @@ idle_check_avail_access_point_notification (gpointer datap)
else
have_no_autoconnect_points = FALSE;
}
+ g_slist_free (connections);
if (!(have_unused_access_point && have_no_autoconnect_points))
return FALSE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]