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:
0a02fd9
)
utils: Don't free memory owned by glib in test
author
Stef Walter
<stefw@gnome.org>
Sun, 10 Nov 2013 13:32:17 +0000
(14:32 +0100)
committer
Stef Walter
<stefw@gnome.org>
Sun, 10 Nov 2013 21:52:47 +0000
(22:52 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=711775
glib/tests/utils.c
patch
|
blob
|
history
diff --git
a/glib/tests/utils.c
b/glib/tests/utils.c
index
f45e372
..
cf5f056
100644
(file)
--- a/
glib/tests/utils.c
+++ b/
glib/tests/utils.c
@@
-440,7
+440,6
@@
test_xdg_dirs (void)
g_assert_cmpstr (s, ==, xdg);
- g_strfreev ((gchar **)dirs);
g_free (s);
}
#endif