diff options
Diffstat (limited to 'embed/ephy-embed-utils.c')
-rw-r--r-- | embed/ephy-embed-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-embed-utils.c b/embed/ephy-embed-utils.c index eda05cd64..33a8935ad 100644 --- a/embed/ephy-embed-utils.c +++ b/embed/ephy-embed-utils.c @@ -160,13 +160,13 @@ ephy_embed_utils_save (GtkWidget *window, g_free (retDir); gnome_vfs_uri_unref (uri); + g_free (retPath); } g_object_unref (G_OBJECT(persist)); g_free (dirName); g_free (fileName); - g_free (retPath); } static void |