vrend: Use the original context to delete objects.
Container objects like framebuffers are not shared between contexts and we have to delete them in the original context. Otherwise we could delete wrong objects which is in using by others.
Signed-off-by: Lepton Wu lepton@chromium.org