projects
/
dana
/
cg-glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53beca9
)
Bug 587434 – regression tests fail
author
Benjamin Otte
<otte@gnome.org>
Tue, 30 Jun 2009 17:08:46 +0000
(19:08 +0200)
committer
Benjamin Otte
<otte@gnome.org>
Tue, 30 Jun 2009 18:40:52 +0000
(20:40 +0200)
I missed one s/tmpfile/tmp_file/ which caused crashes.
gio/tests/readwrite.c
patch
|
blob
|
history
diff --git
a/gio/tests/readwrite.c
b/gio/tests/readwrite.c
index 0631336377822dea70c90c19e685d94c3b3d9aed..0d561851be111cafd52213ecda85c48590fe3714 100644
(file)
--- a/
gio/tests/readwrite.c
+++ b/
gio/tests/readwrite.c
@@
-160,7
+160,7
@@
test_g_file_open_readwrite (void)
g_object_unref (file_iostream);
g_unlink (tmp_file);
- g_free (tmpfile);
+ g_free (tmp
_
file);
}
static void