This is an archive of the discontinued LLVM Phabricator instance.

[LLDB][NFC] Fix possible resource leak
ClosedPublic

Authored by fixathon on Jul 27 2022, 12:02 PM.

Details

Summary

SymbolVendorPECOFF object is leaked on early return at line 110

Diff Detail

Event Timeline

fixathon created this revision.Jul 27 2022, 12:02 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 27 2022, 12:02 PM
fixathon requested review of this revision.Jul 27 2022, 12:02 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 27 2022, 12:02 PM
clayborg accepted this revision.Jul 27 2022, 1:16 PM
This revision is now accepted and ready to land.Jul 27 2022, 1:16 PM
This revision was automatically updated to reflect the committed changes.