Skip to content
  • Víctor Manuel Jáquez Leal's avatar
    libs: vaapi: object: remove unrequired NULL check · c1854ec3
    Víctor Manuel Jáquez Leal authored
    Coverity scan bug:
    
    Dereference after null check: Either the check against null is
    unnecessary, or there may be a null pointer dereference.
    
    Variable klass has been validated as non-NULL several time before in
    gst_vaapi_object_new() function, so there is no need to check it
    again.
    c1854ec3