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 752042 - xvimagesink: fix pad memory leak
xvimagesink: fix pad memory leak
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 1.5.90
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-07-07 00:30 UTC by Vineeth
Modified: 2015-08-16 13:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix pad memory leak (789 bytes, patch)
2015-07-07 00:31 UTC, Vineeth
committed Details | Review

Description Vineeth 2015-07-07 00:30:52 UTC
pad is not being freed when xwindow is not created
Comment 1 Vineeth 2015-07-07 00:31:34 UTC
Created attachment 306966 [details] [review]
fix pad memory leak
Comment 2 Tim-Philipp Müller 2015-07-07 08:29:44 UTC
Thanks, pushed:

commit cf454ca71358ca6f7d412488d98e27dd31d1bb18
Author: Vineeth TM <vineeth.tm@samsung.com>
Date:   Tue Jul 7 09:31:01 2015 +0900

    xvimagesink: fix pad memory leak
    
    pad is not being freed when xwindow is not created
    
    https://bugzilla.gnome.org/show_bug.cgi?id=752042