[PATCH] fix a leak in CodeGenFunction::EmitSwitchStmt (detected by lsan)
David Blaikie
dblaikie at gmail.com
Mon Jan 6 13:33:49 PST 2014
How are jumpdest objects copied, then? Of the copy ctor is deleted and
these objects are being memcpied that seems rather broken...
http://llvm-reviews.chandlerc.com/D2472
More information about the cfe-commits
mailing list