Skip to content

Commit b6e07d6

Browse files
committed
fix valgrind
1 parent 3331b22 commit b6e07d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pool/pool_disjoint.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -675,6 +675,7 @@ void destroy_AllocImpl(AllocImpl *ai) {
675675

676676
VALGRIND_DO_DESTROY_MEMPOOL(ai);
677677

678+
shared_limits_destroy(ai->DefaultSharedLimits);
678679
critnib_delete(ai->known_slabs);
679680

680681
utils_mutex_destroy_not_free(&ai->known_slabs_map_lock);

0 commit comments

Comments
 (0)