http://llvm.org/bugs/show_bug.cgi?id=3245
Sebastian Redl <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Sebastian Redl <[email protected]> 2008-12-22 11:54:39 --- As I suspected, this was a latent bug merely made visible by my cleaning work. Sema::DeleteStmt/Expr simply used the wrong method of destroying the AST nodes, but the node in question was previously simply leaked. Now that it was actually destroyed, the bug surfaced. Fixed: http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20081222/010436.html -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
