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 772500 - opusdec: Fix memory leak in test code
opusdec: Fix memory leak in test code
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal minor
: 1.10.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-10-06 07:26 UTC by Jimmy Ohn
Modified: 2016-10-31 14:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
opusdec: Fix memory leak in test code (1.61 KB, patch)
2016-10-06 07:32 UTC, Jimmy Ohn
committed Details | Review

Description Jimmy Ohn 2016-10-06 07:26:31 UTC
gst_caps_to_string function returned allocated memory.
So, It should be freed using g_free function.
Comment 1 Jimmy Ohn 2016-10-06 07:32:43 UTC
Created attachment 337042 [details] [review]
opusdec: Fix memory leak in test code
Comment 2 Sebastian Dröge (slomo) 2016-10-06 10:29:44 UTC
Attachment 337042 [details] pushed as 6335a07 - opusdec: Fix memory leak in test code