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 736739 - audiocdsrc: do not leak uid after parsing TOC select event
audiocdsrc: do not leak uid after parsing TOC select event
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 1.4.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-09-16 11:50 UTC by Ognyan Tonchev (redstar_)
Modified: 2014-09-17 07:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
audiocdsrc: do not leak uid after parsing TOC select event (823 bytes, patch)
2014-09-16 11:50 UTC, Ognyan Tonchev (redstar_)
committed Details | Review
event: add annotations to gst_event_parse_toc_select() (778 bytes, patch)
2014-09-16 11:51 UTC, Ognyan Tonchev (redstar_)
committed Details | Review
flacparse: do not leak uid after parsing TOC event (926 bytes, patch)
2014-09-16 12:27 UTC, Ognyan Tonchev (redstar_)
committed Details | Review

Description Ognyan Tonchev (redstar_) 2014-09-16 11:50:48 UTC
Created attachment 286286 [details] [review]
audiocdsrc: do not leak uid after parsing TOC select event

The uid string is leaked when parsing the TOC select event
Comment 1 Ognyan Tonchev (redstar_) 2014-09-16 11:51:19 UTC
Created attachment 286287 [details] [review]
event: add annotations to gst_event_parse_toc_select()
Comment 2 Ognyan Tonchev (redstar_) 2014-09-16 12:27:22 UTC
Created attachment 286291 [details] [review]
flacparse: do not leak uid after parsing TOC event
Comment 3 Sebastian Dröge (slomo) 2014-09-17 06:52:20 UTC
commit add8f02703f98e658e62ba972f4e3b0990c8b631
Author: Ognyan Tonchev <ognyan@axis.com>
Date:   Tue Sep 16 13:32:52 2014 +0200

    audiocdsrc: do not leak uid after parsing TOC select event
    
    https://bugzilla.gnome.org/show_bug.cgi?id=736739

commit 343007894e4c4f5d320105eaa4c932896b763787
Author: Ognyan Tonchev <ognyan@axis.com>
Date:   Tue Sep 16 13:48:18 2014 +0200

    event: add annotations to gst_event_parse_toc_select()
    
    https://bugzilla.gnome.org/show_bug.cgi?id=736739

commit 7cd335e9b9d361a8149bb65f3c545df50e24abd9
Author: Ognyan Tonchev <ognyan@axis.com>
Date:   Tue Sep 16 14:26:08 2014 +0200

    flacparse: do not leak uid after parsing TOC event
    
    https://bugzilla.gnome.org/show_bug.cgi?id=736739