Compare commits
No commits in common. "a389003199648496311d2d9674000f9e3f269ba8" and "057a23d4350666c0f9bd7a235793ca2e939a11e0" have entirely different histories.
a389003199
...
057a23d435
@ -31,9 +31,6 @@ void discovery_cache_destroy(struct cw_DiscoveryCache * c)
|
|||||||
|
|
||||||
if (c->byaddrp)
|
if (c->byaddrp)
|
||||||
mavl_destroy(c->byaddrp);
|
mavl_destroy(c->byaddrp);
|
||||||
|
|
||||||
if (c->queue)
|
|
||||||
free(c->queue);
|
|
||||||
|
|
||||||
free(c);
|
free(c);
|
||||||
}
|
}
|
||||||
|
@ -133,9 +133,6 @@ void connlist_destroy ( struct connlist * cl )
|
|||||||
|
|
||||||
if ( cl->by_addr )
|
if ( cl->by_addr )
|
||||||
mavl_destroy ( 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 );
|
pthread_mutex_destroy ( &cl->connlist_mutex );
|
||||||
free ( cl );
|
free ( cl );
|
||||||
|
Loading…
Reference in New Issue
Block a user