Closed Lordakius closed 9 months ago
Closes #414
Dirty solution, I am not sure if there might be any unintended side effects, are there any calls with len = 0, where we don't want to free?
len = 0
free
This also needs to set the length element in the structure.
Closes #414
Dirty solution, I am not sure if there might be any unintended side effects, are there any calls with
len = 0
, where we don't want tofree
?