Closed hfiguiere closed 4 years ago
Great catch, thanks a lot!
I guess we'll need a minor release...
cc @EPashkin @sdroege
Looks good to me.
Theoretically this is wrong because the stashes are freed before the pointers are not used anymore, but for param specs and many other types this is not actually a problem as the stash only contains a pointer to itself. Only for types like strings where an actual conversion has to happen and the converted value needs to be kept around it is mandatory to keep the stash around. -- Sent from my Android device with K-9 Mail. Please excuse my brevity.
@GuillaumeGomez Good to go and a bugfix release indeed, please :)
👍
Without this I get these valgrind errors (or a crash without valgrind, that cause also gdb to crash)