mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
FS-9775: Fixed building libblade with address sanitizing support
This commit is contained in:
committed by
Mike Jerris
parent
aaa13f3ba6
commit
42bfcc3d46
@@ -63,7 +63,7 @@ KS_DECLARE(ks_status_t) blade_handle_destroy(blade_handle_t **bhP)
|
||||
|
||||
blade_peer_destroy(&bh->peer);
|
||||
|
||||
ks_pool_free(bh->pool, bh);
|
||||
ks_pool_free(bh->pool, &bh);
|
||||
|
||||
if (pool && (flags & BH_MYPOOL)) {
|
||||
ks_pool_close(&pool);
|
||||
|
||||
Reference in New Issue
Block a user