mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-16 18:28:05 +02:00
Change ASSERT_EQ to EXPECT_EQ to avoid aborting before freeing memory.
Fix defects reported by Coverity Scan.
Resource leak (RESOURCE_LEAK)
leaked_storage: Variable tiled going out of scope leaks the storage it points to.
leaked_storage: Variable linear going out of scope leaks the storage it points to.
leaked_storage: Variable ref going out of scope leaks the storage it points to.
Fixes:
|
||
|---|---|---|
| .. | ||
| test | ||
| meson.build | ||
| pan_minmax_cache.c | ||
| pan_minmax_cache.h | ||
| pan_tiling.c | ||
| pan_tiling.h | ||