vrend: Do not double free a memobj backed resource
When a resource was allocated by making use of the GL_EXT_memory_object feature, we should free the resource exactly once, and only via glDeleteMemoryObjectsEXT.
Signed-off-by: Rohan Garg rohan.garg@collabora.com