Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-window-title.c
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2006-03-14 18:40:20 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2006-03-14 18:40:20 (GMT)
commite161f5da5803c2cbd7f06a49b7a3b04be7d71342 (patch)
tree1ce970865985605f8ab07977151a937869855b7e /shell/ev-window-title.c
parent6003391d261ef7940bbc14683f60b242fe347adb (diff)
Fix memory leak in window title. Fixes bug #333944
2006-03-14 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window-title (ev_window_title_update): Fix memory leak in window title. Fixes bug #333944
Diffstat (limited to 'shell/ev-window-title.c')
-rw-r--r--shell/ev-window-title.c2
1 files changed, 2 insertions, 0 deletions
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