|
|
| version 1.5.2.4, 2011/09/07 09:42:46 | version 1.5.2.5, 2011/09/07 10:46:54 |
|---|---|
| Line 723 rpc_srv_endServer(rpc_srv_t ** __restrict psrv) | Line 723 rpc_srv_endServer(rpc_srv_t ** __restrict psrv) |
| pthread_mutex_lock(&(*psrv)->srv_mtx); | pthread_mutex_lock(&(*psrv)->srv_mtx); |
| while ((f = (*psrv)->srv_funcs)) { | while ((f = (*psrv)->srv_funcs)) { |
| (*psrv)->srv_funcs = f->func_next; | (*psrv)->srv_funcs = f->func_next; |
| rpc_srv_destroyVars(f); | |
| free(f); | free(f); |
| } | } |
| pthread_mutex_unlock(&(*psrv)->srv_mtx); | pthread_mutex_unlock(&(*psrv)->srv_mtx); |