Plug memory leak.
authorChristoph Mallon <christoph.mallon@gmx.de>
Sun, 5 Oct 2008 12:19:18 +0000 (12:19 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sun, 5 Oct 2008 12:19:18 +0000 (12:19 +0000)
[r22493]

ir/be/becopyilp2.c

index 7208ae6..42921e8 100644 (file)
@@ -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