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 762173 - vaapidecode: Fix videocodec state memory leak
vaapidecode: Fix videocodec state memory leak
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer-vaapi
git master
Other Linux
: Normal normal
: 1.7.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-02-17 08:21 UTC by Vineeth
Modified: 2016-02-17 08:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix videocodec state leak (894 bytes, patch)
2016-02-17 08:22 UTC, Vineeth
committed Details | Review

Description Vineeth 2016-02-17 08:21:34 UTC
When state is not NULL and either width/height of video info is 0, then state leaks
Comment 1 Vineeth 2016-02-17 08:22:09 UTC
Created attachment 321465 [details] [review]
fix videocodec state leak
Comment 2 Sebastian Dröge (slomo) 2016-02-17 08:47:22 UTC
commit ac01304ceca6bac4aca14d05a78fa5cb37423057
Author: Vineeth TM <vineeth.tm@samsung.com>
Date:   Wed Feb 17 17:20:08 2016 +0900

    vaapidecode: Fix videocodec state memory leak
    
    When state is not NULL and either width/height of video info is 0, then state leaks
    
    https://bugzilla.gnome.org/show_bug.cgi?id=762173