diff --git a/src/freedreno/vulkan/tu_autotune.cc b/src/freedreno/vulkan/tu_autotune.cc index aa6c7f816dd..49cc1e4309d 100644 --- a/src/freedreno/vulkan/tu_autotune.cc +++ b/src/freedreno/vulkan/tu_autotune.cc @@ -1698,6 +1698,7 @@ tu_autotune::~tu_autotune() at_log_base("finished processing all entries"); } + active_batches.clear(); tu_bo_suballocator_finish(&suballoc); }