[all-commits] [llvm/llvm-project] cb19ea: [FIX] Make LSan happy by *not* leaking memory
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Thu Oct 31 10:17:40 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: cb19ea45a71b74c72ad5e8ceaa42a0b6c8168576
https://github.com/llvm/llvm-project/commit/cb19ea45a71b74c72ad5e8ceaa42a0b6c8168576
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2019-10-31 (Thu, 31 Oct 2019)
Changed paths:
M llvm/lib/Analysis/MustExecute.cpp
Log Message:
-----------
[FIX] Make LSan happy by *not* leaking memory
I left a memory leak in a printer pass which made LSan sad so I remove
the memory leak now to make LSan happy.
Reported and tested by vlad.tsyrklevich.
More information about the All-commits
mailing list