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 754555 - smpte: Memory leak
smpte: Memory leak
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
unspecified
Other Linux
: Normal normal
: 1.7.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-09-04 08:35 UTC by RaviKiran
Modified: 2015-10-02 14:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
free mask (779 bytes, patch)
2015-09-04 08:37 UTC, RaviKiran
committed Details | Review

Description RaviKiran 2015-09-04 08:35:40 UTC
Memory for 'mask' is not freed resulting in memory leak.
Comment 1 RaviKiran 2015-09-04 08:37:12 UTC
Created attachment 310642 [details] [review]
free mask

Pls review the patch
Comment 2 Sebastian Dröge (slomo) 2015-10-02 14:37:48 UTC
commit 61e3c48ad170ffa055b87df1d858845b111665f9
Author: Ravi Kiran K N <ravi.kiran@samsung.com>
Date:   Fri Sep 4 14:18:50 2015 +0530

    smpte: free mask
    
    Free the memory allocated to 'mask' to avoid
    memory leak.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=754555