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)
This commit is contained in:
Matthias Clasen
2005-09-28 20:43:28 +00:00
committed by Matthias Clasen
parent d097228c65
commit 115784bb38
3 changed files with 8 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
2005-09-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkselection.c (_gtk_selection_request): Free mult_atoms
here. (#317039, Paolo Borelli)
* gtk/gtktexttag.h:
* gtk/gtktexttag.c (gtk_text_attributes_ref): Return the attributes
to make this function work as boxed copy function. (#317455,

View File

@@ -1,5 +1,8 @@
2005-09-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkselection.c (_gtk_selection_request): Free mult_atoms
here. (#317039, Paolo Borelli)
* gtk/gtktexttag.h:
* gtk/gtktexttag.c (gtk_text_attributes_ref): Return the attributes
to make this function work as boxed copy function. (#317455,

View File

@@ -1831,6 +1831,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