From: Benjamin Otte Date: Tue, 30 Jun 2009 17:08:46 +0000 (+0200) Subject: Bug 587434 – regression tests fail X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=80561f9718873bf02d5c938d92672bc20d99b82d;p=dana%2Fcg-glib.git Bug 587434 – regression tests fail I missed one s/tmpfile/tmp_file/ which caused crashes. --- diff --git a/gio/tests/readwrite.c b/gio/tests/readwrite.c index 06313363..0d561851 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