projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44bd2ab
)
iochannel-test: Fix leaks in test
author
Stef Walter
<stefw@gnome.org>
Sun, 10 Nov 2013 09:54:26 +0000
(10:54 +0100)
committer
Stef Walter
<stefw@gnome.org>
Sun, 10 Nov 2013 21:45:04 +0000
(22:45 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=711751
tests/iochannel-test.c
patch
|
blob
|
history
diff --git
a/tests/iochannel-test.c
b/tests/iochannel-test.c
index
92fcc34
..
06a85e5
100644
(file)
--- a/
tests/iochannel-test.c
+++ b/
tests/iochannel-test.c
@@
-164,6
+164,9
@@
gint main (gint argc, gchar * argv[])
g_io_channel_unref(gio_w);
test_small_writes ();
-
+
+ g_free (filename);
+ g_string_free (buffer, TRUE);
+
return 0;
}