mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 02:38:04 +02:00
i915g: Don't try to free a mapped buffer at shutdown
This commit is contained in:
parent
f7474a577d
commit
738e02c3c8
1 changed files with 0 additions and 1 deletions
|
|
@ -152,6 +152,5 @@ intel_be_batchbuffer_free(struct intel_be_batchbuffer *batch)
|
|||
if (batch->bo)
|
||||
drm_intel_bo_unreference(batch->bo);
|
||||
|
||||
free(batch->base.map);
|
||||
free(batch);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue