Skip to content

mesa/st: Actually free the driver part of memory objects on destruction.

Bas Nieuwenhuizen requested to merge bnieuwenhuizen/mesa:memleak-fix into master

_mesa_delete_memory_object(ctx, obj) == free(obj) but doesn't free the part of the gallium driver.

Closes: #1206 (closed) Fixes: 49f4ecc6 "mesa/st: start adding memory object support"

Merge request reports