summaryrefslogtreecommitdiffstats
path: root/gatchat/gatchat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gatchat/gatchat.c')
-rw-r--r--gatchat/gatchat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gatchat/gatchat.c b/gatchat/gatchat.c
index 546bd687..1f1204db 100644
--- a/gatchat/gatchat.c
+++ b/gatchat/gatchat.c
@@ -151,6 +151,7 @@ static void at_notify_destroy(gpointer user_data)
struct at_notify *notify = user_data;
g_slist_foreach(notify->nodes, at_notify_node_destroy, NULL);
+ g_slist_free(notify->nodes);
g_free(notify);
}