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 787817 - mpeg2dec: fix buffer leak in error code path
mpeg2dec: fix buffer leak in error code path
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
unspecified
Other All
: Normal minor
: 1.13.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-09-18 04:17 UTC by DEEPAK SRIVASTAVA
Modified: 2017-09-18 08:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (809 bytes, patch)
2017-09-18 04:20 UTC, DEEPAK SRIVASTAVA
committed Details | Review

Description DEEPAK SRIVASTAVA 2017-09-18 04:17:51 UTC
Attached patch provide the fix of possible memory leak in error case.
Please review and provide your feedback.
Comment 1 DEEPAK SRIVASTAVA 2017-09-18 04:20:15 UTC
Created attachment 359957 [details] [review]
Patch
Comment 2 Tim-Philipp Müller 2017-09-18 08:27:43 UTC
Thanks!

commit 9213d690a8e36e359ce8314db5d0e4fe83b822dd
Author: Deepak Srivastava <srivastava.d@samsung.com>
Date:   Fri Sep 15 17:06:58 2017 +0530

    mpeg2dec: Fix buffer memory leak in error code path
    
    https://bugzilla.gnome.org/show_bug.cgi?id=787817