From 71d469afc79dda20659794ea90d398c8c7d07162 Mon Sep 17 00:00:00 2001 From: skimo Date: Tue, 3 Aug 2004 16:55:12 +0000 Subject: [PATCH] memory leak --- barvinok.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/barvinok.cc b/barvinok.cc index 2086c0c..f6e2119 100644 --- a/barvinok.cc +++ b/barvinok.cc @@ -1373,6 +1373,7 @@ Polyhedron *unfringe (Polyhedron *P, unsigned MaxRays) Polyhedron_Free(I); } Matrix_Free(M); + Vector_Free(row); value_clear(g); return R; } -- 2.11.4.GIT