[all-commits] [llvm/llvm-project] 2cfcbe: [LLDB][NFC] Fix possible resource leak
fixathon via All-commits
all-commits at lists.llvm.org
Wed Jul 27 13:19:37 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2cfcbe295a313846222ac9b35b14a261e77a89a8
https://github.com/llvm/llvm-project/commit/2cfcbe295a313846222ac9b35b14a261e77a89a8
Author: Slava Gurevich <sgurevich at gmail.com>
Date: 2022-07-27 (Wed, 27 Jul 2022)
Changed paths:
M lldb/source/Plugins/SymbolVendor/PECOFF/SymbolVendorPECOFF.cpp
Log Message:
-----------
[LLDB][NFC] Fix possible resource leak
SymbolVendorPECOFF object is leaked on early return at line 110
Differential Revision: https://reviews.llvm.org/D130655
More information about the All-commits
mailing list