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 752454 - jsseek: fix memory leaks
jsseek: fix memory leaks
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
unspecified
Other All
: Normal normal
: 1.5.90
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-07-16 01:07 UTC by Vineeth
Modified: 2015-08-16 13:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix memory leaks (1.33 KB, patch)
2015-07-16 01:08 UTC, Vineeth
committed Details | Review

Description Vineeth 2015-07-16 01:07:38 UTC
ctx, list and visual_entries are not being freed
resulting in memory leaks
Comment 1 Vineeth 2015-07-16 01:08:47 UTC
Created attachment 307521 [details] [review]
fix memory leaks
Comment 2 Tim-Philipp Müller 2015-07-16 19:24:11 UTC
commit 56d7ef959e3fbe6e195536631e5708cdf99268ff
Author: Vineeth T M <vineeth.tm@samsung.com>
Date:   Thu Jul 16 10:07:45 2015 +0900

    jsseek: fix memory leaks
    
    ctx, list and visual_entries are not being freed
    resulting in memory leaks
    
    https://bugzilla.gnome.org/show_bug.cgi?id=752454