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:
35e331b
)
gobject/tests/closure: fix on win32
author
Dan Winship
<danw@gnome.org>
Thu, 18 Jul 2013 12:11:35 +0000
(08:11 -0400)
committer
Colin Walters
<walters@verbum.org>
Sun, 21 Jul 2013 19:50:11 +0000
(20:50 +0100)
(The g_closure_unref() was wrong, but was not causing errors on linux
for some reason.)
https://bugzilla.gnome.org/show_bug.cgi?id=704447
gobject/tests/closure.c
patch
|
blob
|
history
diff --git
a/gobject/tests/closure.c
b/gobject/tests/closure.c
index
78392ba
..
8ecb058
100644
(file)
--- a/
gobject/tests/closure.c
+++ b/
gobject/tests/closure.c
@@
-104,7
+104,7
@@
test_closure_child (void)
GError *error = NULL;
gchar *argv[3];
- g_assert (getenv ("DO_NOT_ACCIDENTALLY_RECURSE") == NULL);
+ g_assert (g
_g
etenv ("DO_NOT_ACCIDENTALLY_RECURSE") == NULL);
g_setenv ("DO_NOT_ACCIDENTALLY_RECURSE", "1", TRUE);
if (g_path_is_absolute (g_get_prgname ()))