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 758205 - glimagesink: Fix structure memory leak
glimagesink: Fix structure memory leak
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.6.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-11-17 00:09 UTC by Vineeth
Modified: 2015-11-17 04:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix structure memory leak (863 bytes, patch)
2015-11-17 00:10 UTC, Vineeth
committed Details | Review

Description Vineeth 2015-11-17 00:09:09 UTC
When navigation event is not handled, the structure being passed should be freed.
This results in memory leak
Comment 1 Vineeth 2015-11-17 00:10:22 UTC
Created attachment 315719 [details] [review]
fix structure memory leak
Comment 2 Thiago Sousa Santos 2015-11-17 04:11:29 UTC
master:
commit 15251e4824dec32277f372a7cdab664877c67cd9
Author: Vineeth TM <vineeth.tm@samsung.com>
Date:   Tue Nov 17 09:08:52 2015 +0900

    glimagesink: Fix structure memory leak
    
    https://bugzilla.gnome.org/show_bug.cgi?id=758205


1.6:
commit 2ca86c6b0233c8187eec0e35461b2276eb2ce72d
Author: Vineeth TM <vineeth.tm@samsung.com>
Date:   Tue Nov 17 09:08:52 2015 +0900

    glimagesink: Fix structure memory leak
    
    https://bugzilla.gnome.org/show_bug.cgi?id=758205