diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ephy-file-helpers.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ephy-file-helpers.c b/lib/ephy-file-helpers.c index 318c89407..c92c66f30 100644 --- a/lib/ephy-file-helpers.c +++ b/lib/ephy-file-helpers.c @@ -839,6 +839,7 @@ ephy_file_launch_desktop_file (const char *filename, if (g_file_test (path, G_FILE_TEST_IS_REGULAR)) break; g_free (path); + path = NULL; } if (path != NULL) |