diff options
author | vanhauser-thc <vh@thc.org> | 2023-03-06 10:13:35 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-03-06 10:13:35 +0100 |
commit | 2f128e0dbd1b39f1d99a042f8813b93da1747731 (patch) | |
tree | 886406cd73304a738d7364c71b2a56b31858bfaa /instrumentation/cmplog-routines-pass.cc | |
parent | e5f8c7a6129e42d1798fac1131c912b2eca8159c (diff) | |
download | afl++-2f128e0dbd1b39f1d99a042f8813b93da1747731.tar.gz |
Revert "Merge pull request #1665 from devnexen/llvm_inst_mem_leaks"
This reverts commit e5f8c7a6129e42d1798fac1131c912b2eca8159c, reversing changes made to e6a05382b83817b245da51bcba16be5df56eb283.
Diffstat (limited to 'instrumentation/cmplog-routines-pass.cc')
-rw-r--r-- | instrumentation/cmplog-routines-pass.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instrumentation/cmplog-routines-pass.cc b/instrumentation/cmplog-routines-pass.cc index c2c52874..0498156d 100644 --- a/instrumentation/cmplog-routines-pass.cc +++ b/instrumentation/cmplog-routines-pass.cc @@ -63,7 +63,7 @@ namespace { #if LLVM_VERSION_MAJOR >= 11 /* use new pass manager */ class CmpLogRoutines : public PassInfoMixin<CmpLogRoutines> { - llvm_shutdown_obj LSO; + public: CmpLogRoutines() { |