|
@@ -474,8 +474,8 @@ int bochs_dumb_mmap_offset(struct drm_file *file, struct drm_device *dev,
|
|
static void bochs_user_framebuffer_destroy(struct drm_framebuffer *fb)
|
|
static void bochs_user_framebuffer_destroy(struct drm_framebuffer *fb)
|
|
{
|
|
{
|
|
struct bochs_framebuffer *bochs_fb = to_bochs_framebuffer(fb);
|
|
struct bochs_framebuffer *bochs_fb = to_bochs_framebuffer(fb);
|
|
- if (bochs_fb->obj)
|
|
|
|
- drm_gem_object_unreference_unlocked(bochs_fb->obj);
|
|
|
|
|
|
+
|
|
|
|
+ drm_gem_object_unreference_unlocked(bochs_fb->obj);
|
|
drm_framebuffer_cleanup(fb);
|
|
drm_framebuffer_cleanup(fb);
|
|
kfree(fb);
|
|
kfree(fb);
|
|
}
|
|
}
|