SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
net/osrtspproxy/patches/patch-libapp_thread_cpp
Normal file
12
net/osrtspproxy/patches/patch-libapp_thread_cpp
Normal 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 )
|
Loading…
Add table
Add a link
Reference in a new issue