GNOME Bugzilla – Bug 315149
Fix a little leak in terminal-screen.c (missing g_free)
Last modified: 2005-09-16 17:42:50 UTC
In drag_data_received, case TARGET_URI_LIST: uri_list isn't freed at the end of the case.
Created attachment 51742 [details] [review] add the missing g_free
Commited to both branches. Thanks.