SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,12 @@
--- libapp/thread.cpp.orig Wed Feb 14 03:03:11 2001
+++ libapp/thread.cpp Thu Jan 8 00:10:40 2015
@@ -254,6 +254,9 @@ CEventThread::~CEventThread( void )
delete[] m_ppTimers;
delete[] m_pWaitObjs;
delete[] m_ppSocks;
+ m_ppSocks = NULL;
+ m_pWaitObjs = NULL;
+ m_ppTimers = NULL;
}
void CEventThread::Run( void )