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:
Alyssa Rosenzweig
2024-01-13 17:06:00 -04:00
committed by Marge Bot
parent 06cf222830
commit 877c180677

View File

@@ -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);
}