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 755140 - gstgl: Fix GError leaks during failures
gstgl: Fix GError leaks during failures
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other Linux
: Normal normal
: 1.5.91
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-09-17 04:34 UTC by Vineeth
Modified: 2015-09-17 09:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix error leaks (4.10 KB, patch)
2015-09-17 04:36 UTC, Vineeth
committed Details | Review

Description Vineeth 2015-09-17 04:34:56 UTC
There are a few instances where GError is not getting freed during failure cases.
Handling all those in a single patch
Comment 1 Vineeth 2015-09-17 04:36:23 UTC
Created attachment 311517 [details] [review]
fix error leaks
Comment 2 Sebastian Dröge (slomo) 2015-09-17 09:53:10 UTC
commit 00438fdff0321495df5095dd68509809a8c56663
Author: Vineeth T M <vineeth.tm@samsung.com>
Date:   Thu Sep 17 13:35:02 2015 +0900

    gl: Fix GError leaks during failures
    
    https://bugzilla.gnome.org/show_bug.cgi?id=755140