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 686658 - allocator: fix memory leak in _fallback_mem_copy
allocator: fix memory leak in _fallback_mem_copy
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 1.0.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-10-22 18:26 UTC by Miguel Angel Cabrera Moya
Modified: 2012-10-22 19:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed fix (888 bytes, patch)
2012-10-22 18:27 UTC, Miguel Angel Cabrera Moya
committed Details | Review

Description Miguel Angel Cabrera Moya 2012-10-22 18:26:34 UTC
In _fallback_mem_copy there is a memory leak if the gst_memory_map function fails
Comment 1 Miguel Angel Cabrera Moya 2012-10-22 18:27:35 UTC
Created attachment 227016 [details] [review]
Proposed fix
Comment 2 Tim-Philipp Müller 2012-10-22 19:12:11 UTC
commit 3ae671fb9b5dfa404da814e2d63b740d65d50c01
Author: Miguel Angel Cabrera Moya <madmac2501@gmail.com>
Date:   Mon Oct 22 20:25:43 2012 +0200

    allocator: fix memory leak in _fallback_mem_copy
    
    https://bugzilla.gnome.org/show_bug.cgi?id=686658