From: Götz Lindenmaier Date: Thu, 22 Apr 2004 15:15:12 +0000 (+0000) Subject: sombody added the errornous line again ... X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=c7d0ab306a70e42dee8a5d91bc52197730a1ba91;p=libfirm sombody added the errornous line again ... and I removed it once more. [r2714] --- diff --git a/ir/tr/entity.c b/ir/tr/entity.c index 2bee18370..d1115d9da 100644 --- a/ir/tr/entity.c +++ b/ir/tr/entity.c @@ -140,8 +140,9 @@ INLINE void free_entity_attrs(entity *ent) { if (ent->val_paths) { if (is_compound_entity(ent)) for (i = 0; i < get_compound_ent_n_values(ent); i++) - if (ent->val_paths[i]) - free_compound_graph_path(ent->val_paths[i]) ; /* @@@ warum nich? */ + if (ent->val_paths[i]) ; + /* free_compound_graph_path(ent->val_paths[i]) ; * @@@ warum nich? */ + /* Geht nich: wird mehrfach verwendet!!! ==> mehrfach frei gegeben. */ //DEL_ARR_F(ent->val_paths); } ent->val_paths = NULL;