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 722159 - rtpg726pay: string leakage
rtpg726pay: string leakage
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Mac OS
: Normal normal
: 1.2.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-01-14 06:46 UTC by Justin Kim
Modified: 2014-01-14 12:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix a string leakage (804 bytes, patch)
2014-01-14 06:47 UTC, Justin Kim
committed Details | Review

Description Justin Kim 2014-01-14 06:46:08 UTC
encoding_name was reused without freeing.
Comment 1 Justin Kim 2014-01-14 06:47:27 UTC
Created attachment 266230 [details] [review]
fix a string leakage
Comment 2 Sebastian Dröge (slomo) 2014-01-14 09:30:09 UTC
commit 70be4fa24a9385bc615cb4a37d0600f4d32c302e
Author: Justin Joy <justin.joy.9to5@gmail.com>
Date:   Tue Jan 14 15:42:01 2014 +0900

    rtpg726pay: don't leak encoding_name string
    
    https://bugzilla.gnome.org/show_bug.cgi?id=722159