--- libaitrpc/src/lists.c 2011/09/06 23:58:48 1.4.2.7 +++ libaitrpc/src/lists.c 2011/09/07 01:19:19 1.4.2.8 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: lists.c,v 1.4.2.7 2011/09/06 23:58:48 misho Exp $ +* $Id: lists.c,v 1.4.2.8 2011/09/07 01:19:19 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -412,9 +412,9 @@ rpc_srv_unregisterBLOB(rpc_srv_t * __restrict srv, uin for (curr = srv->srv_blob.blobs; curr->blob_next != b; curr = curr->blob_next); curr->blob_next = curr->blob_next->blob_next; } + pthread_mutex_unlock(&srv->srv_blob.mtx); rpc_srv_blobFree(srv, b); free(b); - pthread_mutex_unlock(&srv->srv_blob.mtx); return 1; }