]> granicus.if.org Git - clang/commit
Fix leak in lib/CodeGen/CGException.cpp, PR18318
authorKostya Serebryany <kcc@google.com>
Thu, 9 Jan 2014 09:22:32 +0000 (09:22 +0000)
committerKostya Serebryany <kcc@google.com>
Thu, 9 Jan 2014 09:22:32 +0000 (09:22 +0000)
commitd5a05dd21ea252c45a3ba04822559614b822c641
treec5f3b05f5b5b46a222f33d36981a5bb934720863
parentf85faeec6c0d42ebb603e53e7e49ea80da47e7dc
Fix leak in lib/CodeGen/CGException.cpp, PR18318

Summary: This fixes the leak described in http://llvm.org/bugs/show_bug.cgi?id=18318

Reviewers: chandlerc, dblaikie

Reviewed By: chandlerc

CC: cfe-commits
Differential Revision: http://llvm-reviews.chandlerc.com/D2474

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@198857 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGCleanup.h
lib/CodeGen/CGException.cpp