Skip to content

egl-ext_egl_image_storage: Fix resource leak.

Vinson Lee requested to merge vlee/piglit:fix-cid-1457247 into master
leaked_storage: Variable expect going out of scope leaks the storage it points to.

Reported-by: Coverity Scan
Fixes: 2c9ab9d77143 ("egl: add test for GL_EXT_EGL_image_storage")
Signed-off-by: Vinson Lee <vlee@freedesktop.org>

cc: @tpalli

Merge request reports