From 476dcf399ed98e9a84460749738de9407b676bc2 Mon Sep 17 00:00:00 2001 From: Sebastian Buchwald Date: Mon, 6 Oct 2008 10:43:21 +0000 Subject: [PATCH] Free local vector. [r22524] --- heuristical.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/heuristical.c b/heuristical.c index 03221b417..99d1b44e5 100644 --- a/heuristical.c +++ b/heuristical.c @@ -504,6 +504,8 @@ void applyRII(pbqp *pbqp) } mat->entries[row_index * col_len + col_index] = vector_get_min(vec); + + obstack_free(&pbqp->obstack, vec); } } -- 2.20.1