mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 01:00:10 +01:00
asahi: plug glsl type leak
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27616>
This commit is contained in:
parent
06cf222830
commit
877c180677
1 changed files with 1 additions and 0 deletions
|
|
@ -359,6 +359,7 @@ agx_close_device(struct agx_device *dev)
|
|||
|
||||
util_vma_heap_finish(&dev->main_heap);
|
||||
util_vma_heap_finish(&dev->usc_heap);
|
||||
glsl_type_singleton_decref();
|
||||
|
||||
close(dev->fd);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue