From 53d825c05b5eafa38c10a5a9b1b9e58f1bc1051d Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Thu, 12 Jun 2003 17:43:58 +0000 Subject: Sigh. Fix some more mem leaks. 2003-06-12 Christian Persch * embed/ephy-embed-popup.c: (embed_popup_open_frame_cmd): * embed/ephy-embed-utils.c: (ephy_embed_utils_save): * embed/mozilla/mozilla-embed.cpp: (impl_go_up): * src/ephy-nautilus-view.c: (gnv_popup_cmd_frame_in_new_window): * src/ephy-shell.c: (ephy_shell_new_tab): * src/popup-commands.c: (popup_cmd_open_frame): Sigh. Fix some more mem leaks. --- 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 4e68964b9..3ea0f1095 100644 --- a/embed/ephy-embed-utils.c +++ b/embed/ephy-embed-utils.c @@ -169,6 +169,7 @@ ephy_embed_utils_save (GtkWidget *window, g_free (dirName); g_free (fileName); + g_free (target); } /** -- cgit v1.2.3