From e161f5da5803c2cbd7f06a49b7a3b04be7d71342 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Tue, 14 Mar 2006 18:40:20 +0000 Subject: Fix memory leak in window title. Fixes bug #333944 2006-03-14 Carlos Garcia Campos * shell/ev-window-title (ev_window_title_update): Fix memory leak in window title. Fixes bug #333944 --- (limited to 'shell/ev-window-title.c') diff --git a/shell/ev-window-title.c b/shell/ev-window-title.c index 64508e0..9fa20cb 100644 --- a/shell/ev-window-title.c +++ b/shell/ev-window-title.c @@ -142,6 +142,8 @@ ev_window_title_update (EvWindowTitle *window_title) g_free (password_title); break; } + + g_free (title); } void -- cgit v0.9.1