Make a mandatory call to DestroyThread() in ~LinuxThread().


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@123583 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Plugins/Process/Linux/LinuxThread.h b/source/Plugins/Process/Linux/LinuxThread.h
index 7e30f0a..c7f29ca 100644
--- a/source/Plugins/Process/Linux/LinuxThread.h
+++ b/source/Plugins/Process/Linux/LinuxThread.h
@@ -29,6 +29,8 @@
 public:
     LinuxThread(lldb_private::Process &process, lldb::tid_t tid);
 
+    virtual ~LinuxThread();
+
     void
     RefreshStateAfterStop();