X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fana%2Fexecfreq.c;h=fbf0033ec3c58c809ac69d39fd1c27237da40570;hb=109a60bfcf239f2b5304c709a430658920c287cf;hp=1a8fb25a56ea5212d964a6f7df7e3885e8e978b6;hpb=afb61d4e28eba8f4d0a719cad1fddfc21902b826;p=libfirm diff --git a/ir/ana/execfreq.c b/ir/ana/execfreq.c index 1a8fb25a5..fbf0033ec 100644 --- a/ir/ana/execfreq.c +++ b/ir/ana/execfreq.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -298,6 +298,8 @@ compute_execfreq(ir_graph * irg, double loop_weight) } } + dfs_free(dfs); + /* * Add a loop from end to start. * The problem is then an eigenvalue problem: