From: Carlos Garcia Campos Date: Tue, 14 Mar 2006 18:40:20 +0000 (+0000) Subject: Fix memory leak in window title. Fixes bug #333944 X-Git-Tag: EVINCE_0_5_3~77 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=e161f5da5803c2cbd7f06a49b7a3b04be7d71342;p=evince.git 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 --- diff --git a/ChangeLog b/ChangeLog index 9bff8231..2f877e19 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-03-14 Carlos Garcia Campos + + * shell/ev-window-title (ev_window_title_update): + + Fix memory leak in window title. Fixes bug #333944 + 2006-03-14 Carlos Garcia Campos * shell/ev-metadata-manager.c (parseItem): diff --git a/shell/ev-window-title.c b/shell/ev-window-title.c index 64508e00..9fa20cb7 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