From: Christoph Mallon Date: Sun, 5 Oct 2008 12:19:18 +0000 (+0000) Subject: Plug memory leak. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=325f4d96cb0bad6a93ac1e45291b82662d16bea5;p=libfirm Plug memory leak. [r22493] --- diff --git a/ir/be/becopyilp2.c b/ir/be/becopyilp2.c index 7208ae627..42921e8e1 100644 --- a/ir/be/becopyilp2.c +++ b/ir/be/becopyilp2.c @@ -531,6 +531,8 @@ static void ilp2_apply(ilp_env_t *ienv) { assert(0 && "This should be a x-var"); } } + + xfree(sol); } #ifdef COPYOPT_STAT