2007-10-27 Hiroyuki Ikezoe <poincare@ikezoe.net>
* shell/ev-window.c: (ev_window_cmd_help_contents):
Plugged memory leak when help file is not found. Fixes bug
#490762.
svn path=/trunk/; revision=2725
+2007-10-27 Hiroyuki Ikezoe <poincare@ikezoe.net>
+
+ * shell/ev-window.c: (ev_window_cmd_help_contents):
+
+ Plugged memory leak when help file is not found. Fixes bug
+ #490762.
+
2007-10-26 Carlos Garcia Campos <carlosgc@gnome.org>
* configure.ac:
if (g_file_test (uri, G_FILE_TEST_EXISTS)) {
break;
}
+ g_free (uri);
+ uri = NULL;
}
if (uri == NULL) {