mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-27 20:24:30 +08:00
call drmUnmapBufs() in mgaDestroyScreen (Tilman Sauerbeck)
This commit is contained in:
parent
f7b4e0d376
commit
41318937ef
@ -404,6 +404,8 @@ mgaDestroyScreen(__DRIscreenPrivate *sPriv)
|
||||
if (MGA_DEBUG&DEBUG_VERBOSE_DRI)
|
||||
fprintf(stderr, "mgaDestroyScreen\n");
|
||||
|
||||
drmUnmapBufs(mgaScreen->bufs);
|
||||
|
||||
/*drmUnmap(mgaScreen->agp_tex.map, mgaScreen->agp_tex.size);*/
|
||||
|
||||
/* free all option information */
|
||||
|
Loading…
Reference in New Issue
Block a user