mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
update thread pool test to use new pool_free syntax
This commit is contained in:
@@ -18,7 +18,7 @@ static void *test1_thread(ks_thread_t *thread, void *data)
|
||||
|
||||
ks_log(KS_LOG_DEBUG, "Thread %d\n", mydata->i);
|
||||
ks_sleep(100000);
|
||||
ks_pool_free(mydata->pool, mydata);
|
||||
ks_pool_free(mydata->pool, &mydata);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user