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 744408 - Memory leak in get_additional_sources
Memory leak in get_additional_sources
Status: RESOLVED FIXED
Product: grilo
Classification: Other
Component: core
git master
Other Linux
: Normal normal
: ---
Assigned To: grilo-maint
grilo-maint
Depends on:
Blocks:
 
 
Reported: 2015-02-12 17:05 UTC by Sebastian Keller
Modified: 2015-02-13 11:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
core: Fix memory leak in get_additional_sources (762 bytes, patch)
2015-02-12 17:05 UTC, Sebastian Keller
committed Details | Review

Description Sebastian Keller 2015-02-12 17:05:14 UTC
Created attachment 296695 [details] [review]
core: Fix memory leak in get_additional_sources

A small fix for a memory leak I noticed when investigating bug 744353:

missing_in_data creates a new list which was not being freed by get_additional_sources.
Comment 1 Bastien Nocera 2015-02-13 11:37:43 UTC
Attachment 296695 [details] pushed as 6329e1b - core: Fix memory leak in get_additional_sources