egl-ext_egl_image_storage: Fix resource leak.
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