[glib/wip/gcleanup] gtestdbus: Cleanup io channel which would otherwise leak
- From: Stefan Walter <stefw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/wip/gcleanup] gtestdbus: Cleanup io channel which would otherwise leak
- Date: Sun, 10 Nov 2013 21:38:23 +0000 (UTC)
commit 5fc04bd2ac79ba2e9af216c1679890191e582d72
Author: Stef Walter <stefw gnome org>
Date: Sat Nov 9 20:20:07 2013 +0100
gtestdbus: Cleanup io channel which would otherwise leak
https://bugzilla.gnome.org/show_bug.cgi?id=711799
gio/gtestdbus.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gio/gtestdbus.c b/gio/gtestdbus.c
index 42c3496..1786f5e 100644
--- a/gio/gtestdbus.c
+++ b/gio/gtestdbus.c
@@ -266,6 +266,7 @@ watcher_init (void)
/* parent */
close (pipe_fds[0]);
channel = g_io_channel_unix_new (pipe_fds[1]);
+ G_CLEANUP (channel, g_io_channel_unref);
}
g_once_init_leave (&started, 1);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]