[Xfce4-commits] <libxfce4ui:stephan/gtk3> Free device list.
Nick Schermer
noreply at xfce.org
Sat May 5 10:18:01 CEST 2012
Updating branch refs/heads/stephan/gtk3
to 11a64363e2b8525426e7dd707b88359c7129dc35 (commit)
from 34573fe70a99aed23ef2f830fca28b232f16cb82 (commit)
commit 11a64363e2b8525426e7dd707b88359c7129dc35
Author: Nick Schermer <nick at xfce.org>
Date: Sat May 5 10:17:10 2012 +0200
Free device list.
libxfce4kbd-private/xfce-shortcut-dialog.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/libxfce4kbd-private/xfce-shortcut-dialog.c b/libxfce4kbd-private/xfce-shortcut-dialog.c
index f395831..b057566 100644
--- a/libxfce4kbd-private/xfce-shortcut-dialog.c
+++ b/libxfce4kbd-private/xfce-shortcut-dialog.c
@@ -301,6 +301,8 @@ xfce_shortcut_dialog_run (XfceShortcutDialog *dialog,
}
}
+ g_list_free (devices);
+
/* Take control on the keyboard */
if (succeed)
{
More information about the Xfce4-commits
mailing list