vc4: Fix a leak of the simulator's exec BO's actual vc4_bo.
[mesa.git] / src / gallium / drivers / vc4 / vc4_simulator.c
index 1040ae8f5c43de577afa16ea05a9a13cbbd2c606..bb4a669e8f57261ccb06cc5436d2d896b47b4464 100644 (file)
@@ -173,6 +173,7 @@ vc4_simulator_flush(struct vc4_context *vc4, struct drm_vc4_submit_cl *args)
         if (ret)
                 return ret;
 
+        vc4_bo_unreference(&exec.exec_bo->bo);
         free(exec.exec_bo);
 
         if (ctex && ctex->bo->simulator_winsys_map) {