aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shortcuts.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shortcuts.c')
-rw-r--r--shell/e-shortcuts.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/e-shortcuts.c b/shell/e-shortcuts.c
index 0fa7b27f61..aeacec2752 100644
--- a/shell/e-shortcuts.c
+++ b/shell/e-shortcuts.c
@@ -47,6 +47,7 @@
#include <gtk/gtktypeutils.h>
#include <gnome-xml/parser.h>
+#include <gnome-xml/xmlmemory.h>
#include <string.h>
@@ -150,6 +151,7 @@ load_shortcuts (EShortcuts *shortcuts,
shortcut_group = g_new (ShortcutGroup, 1);
shortcut_group->title = g_strdup (shortcut_group_title);
+ xmlFree (shortcut_group_title);
shortcut_group->shortcuts = NULL;
for (q = p->childs; q != NULL; q = q->next) {
FilesLines * Fix time() conflicts on alpha and replace long with time_t for time().simokawa1999-01-052-0/+28 * Upgrade to 1.1.19, don't split info page.vanilla1998-12-016-37/+103 * Remove some left-over manpages.hoek1998-08-301-17/+0 * make the script compatible with perl5jmz1998-08-072-2/+2 * Grammar, spelling, and usage police. This commit brought to you bymph1998-08-061-2/+4 * Another batch of "Add homepage." for benchmarks through converters.hoek1998-07-25