From 23570fde84661de23ce14033d8a028ed0ef558a1 Mon Sep 17 00:00:00 2001 From: Yevgen Muntyan <17531749+muntyan@users.noreply.github.com> Date: Wed, 20 Feb 2008 18:44:25 -0600 Subject: [PATCH] Do not leak id --- moo/mooutils/mooapp-ipc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/moo/mooutils/mooapp-ipc.c b/moo/mooutils/mooapp-ipc.c index 035f33da..e56d44b9 100644 --- a/moo/mooutils/mooapp-ipc.c +++ b/moo/mooutils/mooapp-ipc.c @@ -192,6 +192,7 @@ moo_ipc_unregister_client (GObject *object, return; } + g_free (l->data); g_object_weak_unref (object, (GWeakNotify) client_died, ids); ids = g_slist_delete_link (ids, l); if (ids)