pthread_create 内存释放

run() {

pthread_attr_destroy(&m_attr);
    pthread_detach(pthread_self());

}    

原文地址:https://www.cnblogs.com/Neu400753645/p/5818806.html