mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-26 12:47:53 +00:00
drm/nv50/fb: fix double free of vram mm
nouveau_fb_destroy already calls nouveau_mm_fini on vram mm. Signed-off-by: Marcin Slusarz <marcin.slusarz@gmail.com> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
eed6187d9f
commit
5db4c6c5dd
@ -277,7 +277,6 @@ nv50_fb_dtor(struct nouveau_object *object)
|
||||
__free_page(priv->r100c08_page);
|
||||
}
|
||||
|
||||
nouveau_mm_fini(&priv->base.vram);
|
||||
nouveau_fb_destroy(&priv->base);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user