mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
FS-7969 #resolve [Freeswitch segfaults due to pthread_setschedparam() on a thread that has exited] #comment please test this fix which was verified working
This commit is contained in:
@@ -55,6 +55,7 @@ struct apr_thread_t {
|
||||
void *data;
|
||||
apr_thread_start_t func;
|
||||
apr_status_t exitval;
|
||||
int priority;
|
||||
};
|
||||
|
||||
struct apr_threadattr_t {
|
||||
|
Reference in New Issue
Block a user