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 731141 - Fix a missing g_free() in error path
Fix a missing g_free() in error path
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-omx
git master
Other Linux
: Normal normal
: 1.2.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-06-03 06:02 UTC by Kazunori Kobayashi
Modified: 2014-07-23 08:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix a missing g_free (769 bytes, patch)
2014-06-03 06:02 UTC, Kazunori Kobayashi
committed Details | Review

Description Kazunori Kobayashi 2014-06-03 06:02:22 UTC
Created attachment 277779 [details] [review]
Fix a missing g_free

This fixes a memory leak with g_strdup() when an error occurs.
Comment 1 Sebastian Dröge (slomo) 2014-06-03 07:24:05 UTC
commit 4c488d425d2dfb3dbb7225aa55b0425050f0531b
Author: Kazunori Kobayashi <kkobayas@igel.co.jp>
Date:   Thu Jun 27 21:59:29 2013 +0900

    omx: Fix a missing g_free() in error path
    
    This fixes a memory leak with g_strdup() when an error occurs.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=731141