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 735156 - Avoid NULL pointer unreffing
Avoid NULL pointer unreffing
Status: RESOLVED FIXED
Product: gstreamer-vaapi
Classification: Other
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: gstreamer-vaapi maintainer(s)
gstreamer-vaapi maintainer(s)
Depends on:
Blocks: 731852
 
 
Reported: 2014-08-21 12:10 UTC by sreerenj
Modified: 2014-08-22 13:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
vaapivideomemory: Avoid NULL pointer unref if GstVaapiImage creation failed. (975 bytes, patch)
2014-08-21 12:10 UTC, sreerenj
accepted-commit_now Details | Review

Description sreerenj 2014-08-21 12:10:29 UTC
Created attachment 284081 [details] [review]
vaapivideomemory: Avoid NULL pointer unref if GstVaapiImage creation failed.

Avoid NULL pointer unreffing in gstvaapivideomemory.c, if GstVaapiImage creation failed.
Comment 1 Gwenole Beauchesne 2014-08-21 12:57:16 UTC
Review of attachment 284081 [details] [review]:

OK.
Comment 2 Gwenole Beauchesne 2014-08-22 13:58:17 UTC
commit aa4d1f5a1e2d939c3c00fd7ae4a6c39f51cd495a
Author: Sreerenj Balachandran <sreerenj.balachandran@intel.com>
Date:   Thu Aug 21 15:04:20 2014 +0300

    vaapivideomemory: avoid NULL pointer unref if GstVaapiImage creation failed.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=735156