input
is an optional so you have to access its value via .?
in the free call:
defer allocator.free(input.?);
The error message most definitely does not help.
input
is an optional so you have to access its value via .?
in the free call:
defer allocator.free(input.?);
The error message most definitely does not help.