[Bug 788162] graphicsvideosurface : Check if d is NULL before using it, in Constructor GraphicsVideoSurface

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Sep 26 08:56:35 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=788162

George Kiagiadakis <gkiagia at tolabaki.gr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |gkiagia at tolabaki.gr
         Resolution|---                         |NOTABUG

--- Comment #1 from George Kiagiadakis <gkiagia at tolabaki.gr> ---
d cannot possibly be NULL in this context, as it is initialized in the
constructor parameters right above: d(new GraphicsVideoSurfacePrivate)

If this fails, it means you are out of memory... in which case, well, there is
not much you can do.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list