gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:kmem_free from t2ex/t2ex_source/t2ex/network/net/src/netmain/tkn_mutex.c (0.00 seconds)
t2ex
t2ex_source/t2ex/network/net/src/netmain/tkn_mutex.c - 13.2KB - 514 lines
488:         if ( error != 0 ) {
489:                 kmem_free(mo, sizeof(*mo));
490:                 return NULL;
511: tkn_mutex_destroy(&mo->mo_lock); 512: kmem_free(mo, sizeof(*mo)); 513: return true;