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 763974 - mxfdemux: Fix query memory leak
mxfdemux: Fix query memory leak
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.6.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
1.6.4
Depends on:
Blocks:
 
 
Reported: 2016-03-21 06:30 UTC by Jimmy Ohn
Modified: 2016-04-14 17:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
mxfdemux: FIx query memory leak (784 bytes, patch)
2016-03-21 06:30 UTC, Jimmy Ohn
committed Details | Review

Description Jimmy Ohn 2016-03-21 06:30:04 UTC
query isn't being freed in case of GST_QUERY_SEEKING.
Comment 1 Jimmy Ohn 2016-03-21 06:30:42 UTC
Created attachment 324411 [details] [review]
mxfdemux: FIx query memory leak
Comment 2 Sebastian Dröge (slomo) 2016-03-21 08:46:39 UTC
commit 74a90087c1d7a27e097ab6b8b2ff55c0ae17e581
Author: Jimmy Ohn <yongjin.ohn@lge.com>
Date:   Mon Mar 21 15:22:15 2016 +0900

    mxfdemux: Fix query memory leak
    
    Peer query isn't being freed in case of GST_QUERY_SEEKING.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=763974