aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/ChangeLog5
-rw-r--r--shell/e-shortcuts.c2
2 files changed, 7 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 3126468d89..821c988da2 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,8 @@
+2000-05-08 Larry Ewing <lewing@helixcode.com>
+
+ * e-shortcuts.c (load_shortcuts_into_view): xmlFree the return
+ value of xmlGetProp.
+
2000-05-07 Ettore Perazzoli <ettore@helixcode.com>
* e-shortcuts-view.c (e_shortcuts_view_construct): Use
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) {
e.ale2014-12-152-3/+3 * Update to 2.6.5 release.ale2014-10-162-3/+3 * Update to 2.6.4 release.ale2014-08-272-3/+3 * USES=execinfobapt2014-08-051-3/+2 * Update to 2.6.3 release.ale2014-06-232-4/+3 * - Add missing USES=libtool to archivers/snappyamdmi32014-06-161-1/+1 * Upgrade snappy to 1.1.1, and bump all related PORTREVISION to chase shared li...vanilla2014-06-031-0/+1 * Fix build on 32-bit archs.ale2014-05-162-0/+22 * Update to 2.6.1 release.ale2014-05-1213-547/+13 * Update to 2.4.10 release.ale2014-04-073-12/+21 * - Convert USE_SCONS to USESmiwi2014-02-131-9/+9 * Chase boost and icu bumpbapt2014-02-071-0/+1 * Limit portscout versions.ale2014-02-041-0/+2 * Update to 2.4.9 release.ale2014-01-292-3/+3 * Reduce over inclusion of bsd.port.mkbapt2014-01-161-3/+1 * Unbreak:demon2014-01-021-1/+1 * - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkohauer2013-12-311-2/+2 * Update to 2.4.8 release.ale2013-11-112-3/+3