Free bitmask

This commit is contained in:
Antonio Andelic 2024-07-25 13:55:01 +02:00
parent 6557387148
commit 2988e13050
2 changed files with 3 additions and 0 deletions

View File

@ -84,6 +84,7 @@ uint64_t getMemoryAmountOrZero()
memory_amount = total_numa_memory;
}
numa_bitmask_free(membind);
}
#endif

View File

@ -778,6 +778,8 @@ try
"ClickHouse is bound to a subset of NUMA nodes. Total memory of all available nodes {}",
ReadableSize(total_numa_memory));
}
numa_bitmask_free(membind);
}
#endif