virgl: Allocate qdws after virgl_init_context to avoid leak.
Fix defect reported by Coverity Scan. Resource leak (RESOURCE_LEAK) leaked_storage: Variable qdws going out of scope leaks the storage it points to. Fixes: 9a7d6a11 ("virgl/drm: explicit context initialization") Suggested-by:Gert Wollny <gert.wollny@collabora.com> Signed-off-by:
Vinson Lee <vlee@freedesktop.org> Reviewed-by:
Gert Wollny <gert.wollny@collabora.com> Part-of: <mesa/mesa!13609>