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 772496 - tests: Fix memory leak by gst_caps_to_string()
tests: Fix memory leak by gst_caps_to_string()
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal minor
: 1.10.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-10-06 05:51 UTC by Gaurav
Modified: 2016-10-31 14:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix memory leak in tests (1.04 KB, patch)
2016-10-06 05:51 UTC, Gaurav
committed Details | Review

Description Gaurav 2016-10-06 05:51:36 UTC
Created attachment 337037 [details] [review]
Fix memory leak in tests

Memory returned by gst_caps_to_string() need to be free to avoid memory leak.
Comment 1 Sebastian Dröge (slomo) 2016-10-06 10:24:01 UTC
commit 6542edd9098aad98c0ac18f0ba5a4650932e14e1
Author: Gaurav Gupta <g.gupta@samsung.com>
Date:   Thu Oct 6 11:15:54 2016 +0530

    tests: Fix memory leak in test rtpaux test
    
    https://bugzilla.gnome.org/show_bug.cgi?id=772496