[glib] Bug 587434 – regression tests fail
- From: Benjamin Otte <otte src gnome org>
- To: svn-commits-list gnome org
- Subject: [glib] Bug 587434 – regression tests fail
- Date: Tue, 30 Jun 2009 18:45:16 +0000 (UTC)
commit 80561f9718873bf02d5c938d92672bc20d99b82d
Author: Benjamin Otte <otte gnome org>
Date: Tue Jun 30 19:08:46 2009 +0200
Bug 587434 â?? regression tests fail
I missed one s/tmpfile/tmp_file/ which caused crashes.
gio/tests/readwrite.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/tests/readwrite.c b/gio/tests/readwrite.c
index 0631336..0d56185 100644
--- 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]