After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 315149 - Fix a little leak in terminal-screen.c (missing g_free)
Fix a little leak in terminal-screen.c (missing g_free)
Status: RESOLVED FIXED
Product: gnome-terminal
Classification: Core
Component: general
git master
Other Linux
: High normal
: ---
Assigned To: GNOME Terminal Maintainers
GNOME Terminal Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-09-02 20:01 UTC by Guillaume Desmottes
Modified: 2005-09-16 17:42 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12


Attachments
add the missing g_free (488 bytes, patch)
2005-09-02 20:02 UTC, Guillaume Desmottes
none Details | Review

Description Guillaume Desmottes 2005-09-02 20:01:46 UTC
In drag_data_received, case TARGET_URI_LIST: uri_list isn't freed at the end of
the case.
Comment 1 Guillaume Desmottes 2005-09-02 20:02:11 UTC
Created attachment 51742 [details] [review]
add the missing g_free
Comment 2 Kjartan Maraas 2005-09-16 17:42:50 UTC
Commited to both branches. Thanks.