summaryrefslogtreecommitdiff
path: root/gtk/gtkselection.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-09-28 20:42:30 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-09-28 20:42:30 +0000
commitd1a3c8dc1f1b01fb9c396e07edd77aa8532105ca (patch)
tree3411381cb7e8d531d5e4aad661b423d5f7b3f35d /gtk/gtkselection.c
parentf5b53f135989c9951d34f93d813de0c0c12b904a (diff)
downloadgtk+-d1a3c8dc1f1b01fb9c396e07edd77aa8532105ca.tar.gz
Free mult_atoms here. (#317039, Paolo Borelli)
2005-09-28 Matthias Clasen <mclasen@redhat.com> * gtk/gtkselection.c (_gtk_selection_request): Free mult_atoms here. (#317039, Paolo Borelli)
Diffstat (limited to 'gtk/gtkselection.c')
-rw-r--r--gtk/gtkselection.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkselection.c b/gtk/gtkselection.c
index 139a4567a9..d6fa64c2fa 100644
--- a/gtk/gtkselection.c
+++ b/gtk/gtkselection.c
@@ -1953,6 +1953,8 @@ _gtk_selection_request (GtkWidget *widget,
info->conversions[i].property = gdk_x11_xatom_to_atom_for_display (display,
((glong *)mult_atoms)[2*i + 1]);
}
+
+ g_free (mult_atoms);
}
else
#endif