FS-9775: Fixed building libblade with address sanitizing support

This commit is contained in:
Shane Bryldt
2017-01-05 16:22:35 +00:00
committed by Mike Jerris
parent aaa13f3ba6
commit 42bfcc3d46
3 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -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);