@miconda Ahh true about `free`. I will change it to a more sensible one.
I do understand that for performance is best not to parse it again and again, so it must probably not be freed until the end of the shutdown.
The issue was that `free_fixup` function was not called for quoted parameters (ie `func1("$var(x)$var(y)");`, that have been fixed in startup, not even at shutdown.
Shouldn't the memory be freed as well or am i missing something?