Fix PR4948 (and a leak): by not destroying the DwarfException
object, the timer it creates was not being deleted. Since the timer belonged to a static timer group, the timer group would be destroyed on shutdown, and would notice and complain that not all timers it contained were destroyed. llvm-svn: 81533
Loading
Please register or sign in to comment