This needs more work, currently we do dupe targets when copying
target entries in various places, and consequently free them
later. To do this correctly, the strings need to be interned
or something like that.
This commit is contained in:
Matthias Clasen 2010-11-29 13:00:04 -05:00
parent 670dfdb7cc
commit 9c1e61e9aa

View File

@ -68,9 +68,9 @@ struct _GtkSelectionData
struct _GtkTargetEntry
{
const gchar *target;
guint flags;
guint info;
gchar *target;
guint flags;
guint info;
};
/* These structures not public, and are here only for the convenience of