5 Jun
2025
5 Jun
'25
6:40 p.m.
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`? ```c 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 -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8214#note_105555