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 757008 - tests: typefindfunctions: Fix error leak
tests: typefindfunctions: Fix error leak
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
unspecified
Other Linux
: Normal minor
: 1.7.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-10-23 08:28 UTC by Eunhae Choi
Modified: 2015-10-23 08:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix error leak on test code (844 bytes, patch)
2015-10-23 08:33 UTC, Eunhae Choi
committed Details | Review

Description Eunhae Choi 2015-10-23 08:28:46 UTC
Error variables should be free.
Comment 1 Eunhae Choi 2015-10-23 08:33:06 UTC
Created attachment 313914 [details] [review]
fix error leak on test code

fix error leaks on test code
Comment 2 Sebastian Dröge (slomo) 2015-10-23 08:49:03 UTC
Comment on attachment 313914 [details] [review]
fix error leak on test code

Not that it really matters, g_error() will exit the application :)

commit 04eeaef7a4f14ff2d882541f1b1ac1d4860a3537
Author: Eunhae Choi <eunhae1.choi@samsung.com>
Date:   Fri Oct 23 17:25:50 2015 +0900

    tests: typefindfunctions: fix error leaks
    
    https://bugzilla.gnome.org/show_bug.cgi?id=757008