[lldb] Fix leak in test
authorVitaly Buka <vitalybuka@google.com>
Fri, 11 Jun 2021 01:43:35 +0000 (18:43 -0700)
committerVitaly Buka <vitalybuka@google.com>
Fri, 11 Jun 2021 07:20:35 +0000 (00:20 -0700)
commitf3f904563ec9ce8c7bfda83bbca19790cc4d9afc
tree8c439fd827c9c235c2d345ba71450b634e23630f
parentbc104fdcecc0da1650177f3587ffe233b37f071b
[lldb] Fix leak in test

Test leaks if we run
tools/lldb/unittests/Host/HostTests without --gtest_filter

Reviewed By: teemperor

Differential Revision: https://reviews.llvm.org/D104091
lldb/include/lldb/Host/linux/HostInfoLinux.h
lldb/source/Host/linux/HostInfoLinux.cpp
lldb/unittests/Host/HostInfoTest.cpp