On Thu Jun 5 14:55:39 2025 +0000, Panayiotis Talianos wrote:
@yshui Shouldn't the below also be `free`d and set to `NULL`?
free(param->shared_data->data); param->shared_data->data = NULL; free(param->shared_data); param->shared_data = NULL;
i'll admit i don't fully understand the code. but i think this shared_data may be reused later? that's why the comment is talking about zeroing the table size.
i am probably wrong though. cc @Mystral