Compare commits

..

No commits in common. "a389003199648496311d2d9674000f9e3f269ba8" and "057a23d4350666c0f9bd7a235793ca2e939a11e0" have entirely different histories.

2 changed files with 0 additions and 6 deletions

View File

@ -32,9 +32,6 @@ void discovery_cache_destroy(struct cw_DiscoveryCache * c)
if (c->byaddrp)
mavl_destroy(c->byaddrp);
if (c->queue)
free(c->queue);
free(c);
}

View File

@ -133,9 +133,6 @@ void connlist_destroy ( struct connlist * cl )
if ( cl->by_addr )
mavl_destroy ( cl->by_addr );
if ( cl->by_session_id)
mavl_destroy ( cl->by_session_id );
pthread_mutex_destroy ( &cl->connlist_mutex );
free ( cl );