From e460bd19de1c3856b1f066a84fc985014f07004f Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sat, 15 Mar 2003 14:26:15 +0000 Subject: Fix leak and a double free 2003-03-15 Christian Persch * embed/ephy-embed-utils.c: (ephy_embed_utils_save): * src/popup-commands.c: (save_property_url): Fix leak and a double free --- embed/ephy-embed-utils.c | 1 + 1 file changed, 1 insertion(+) (limited to 'embed/ephy-embed-utils.c') diff --git a/embed/ephy-embed-utils.c b/embed/ephy-embed-utils.c index 29b06bee3..eda05cd64 100644 --- a/embed/ephy-embed-utils.c +++ b/embed/ephy-embed-utils.c @@ -120,6 +120,7 @@ ephy_embed_utils_save (GtkWidget *window, else { g_free (retPath); + retPath = NULL; ask_dest = TRUE; } } -- cgit v1.2.3