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 762842 - vulkan: Fix GError memory leak
vulkan: Fix GError memory leak
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.7.90
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-02-29 01:36 UTC by Vineeth
Modified: 2016-02-29 07:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix gerror memory leak (1.21 KB, patch)
2016-02-29 01:37 UTC, Vineeth
committed Details | Review
trivial patch to remove duplicate assignment (784 bytes, patch)
2016-02-29 01:39 UTC, Vineeth
committed Details | Review
vkswapper/vkutils gerror memory leak. (1.30 KB, patch)
2016-02-29 01:41 UTC, Vineeth
committed Details | Review

Description Vineeth 2016-02-29 01:36:25 UTC
Fix memory leaks.
Comment 1 Vineeth 2016-02-29 01:37:31 UTC
Created attachment 322615 [details] [review]
fix gerror memory leak
Comment 2 Vineeth 2016-02-29 01:39:32 UTC
Created attachment 322616 [details] [review]
trivial patch to remove duplicate assignment
Comment 3 Vineeth 2016-02-29 01:41:18 UTC
Created attachment 322617 [details] [review]
vkswapper/vkutils gerror memory leak.

Found 2 other places where gerror is being leaked..

we can merge all these changes into one patch i guess.
Comment 4 Sebastian Dröge (slomo) 2016-02-29 07:52:25 UTC
commit 22d4e0a323eb423fd496ef7f0ee457818586cf3d
Author: Vineeth TM <vineeth.tm@samsung.com>
Date:   Mon Feb 29 10:38:32 2016 +0900

    vkswapper/vkutils: Fix gerror memory leak
    
    https://bugzilla.gnome.org/show_bug.cgi?id=762842

commit 25c2397c6cd8ae8973429ac007245d161260e826
Author: Vineeth TM <vineeth.tm@samsung.com>
Date:   Mon Feb 29 10:37:11 2016 +0900

    vkdevice: Fix duplicate assignment of queue variable
    
    https://bugzilla.gnome.org/show_bug.cgi?id=762842

commit 301263b7ecbd9d22958281f5e6af3d8fc4fb505a
Author: Vineeth TM <vineeth.tm@samsung.com>
Date:   Mon Feb 29 10:33:45 2016 +0900

    vksink: Fix GError memory leak
    
    https://bugzilla.gnome.org/show_bug.cgi?id=762842