From 422dc32263d24ef033cf75d317804b2da00c6c25 Mon Sep 17 00:00:00 2001
From: Mathieu Faverge <mathieu.faverge@inria.fr>
Date: Mon, 9 Dec 2024 23:12:39 +0100
Subject: [PATCH] plrnk: Fix missing free

---
 compute/pzplrnk.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/compute/pzplrnk.c b/compute/pzplrnk.c
index e35f4b806..bab04f16a 100644
--- a/compute/pzplrnk.c
+++ b/compute/pzplrnk.c
@@ -95,6 +95,8 @@ chameleon_pzplrnk_generic( CHAM_context_t         *chamctxt,
             }
         }
     }
+
+    free( initB );
 }
 
 /**
-- 
GitLab