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 752359 - playback-test: fix memory leak
playback-test: fix memory leak
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-14 03:59 UTC by Vineeth
Modified: 2015-08-16 13:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix memory leaks (1.20 KB, patch)
2015-07-14 04:01 UTC, Vineeth
none Details | Review
fix memory leaks (1.50 KB, patch)
2015-07-14 04:28 UTC, Vineeth
committed Details | Review

Description Vineeth 2015-07-14 03:59:54 UTC
While testing some media files using playback test, found some leaks in playback-test

context during main and filter list during init visualization are not being freed resulting in memory leak
Comment 1 Vineeth 2015-07-14 04:01:02 UTC
Created attachment 307385 [details] [review]
fix memory leaks
Comment 2 Vineeth 2015-07-14 04:28:33 UTC
Created attachment 307386 [details] [review]
fix memory leaks
Comment 3 Thiago Sousa Santos 2015-07-14 13:13:58 UTC
Review of attachment 307386 [details] [review]:

commit 07d5e7ab4d233d1f1c6cc030c26967cede117433
Author: Vineeth T M <vineeth.tm@samsung.com>
Date:   Tue Jul 14 13:00:03 2015 +0900

    playback-test: fix memory leak
    
    context during main and filter list during init
    visualization are not being freed resulting in memory leak
    and app->vis_entries
    
    https://bugzilla.gnome.org/show_bug.cgi?id=752359