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 751364 - flacparse: fix possible memory leak
flacparse: fix possible memory leak
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
unspecified
Other Linux
: Normal normal
: 1.5.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-06-23 08:14 UTC by Vineeth
Modified: 2015-06-23 08:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix possible memory leak (1022 bytes, patch)
2015-06-23 08:15 UTC, Vineeth
committed Details | Review

Description Vineeth 2015-06-23 08:14:43 UTC
when buffer is stored to seektable, and stop gets called due to
corrupt flac file, then the seektable is not being released
Comment 1 Vineeth 2015-06-23 08:15:31 UTC
Created attachment 305896 [details] [review]
fix possible memory leak
Comment 2 Sebastian Dröge (slomo) 2015-06-23 08:18:17 UTC
commit e44ce404555dfea16891b5a7a727955d860d0cdb
Author: Vineeth TM <vineeth.tm@samsung.com>
Date:   Tue Jun 23 17:11:57 2015 +0900

    flacparse: fix possible memory leak
    
    when buffer is stored to seektable, and stop gets called due to
    corrupt flac file, then the seektable is not being released
    
    https://bugzilla.gnome.org/show_bug.cgi?id=751364