Reply To cazfi
Valgrind on S3_1 reports memory leak on get_option_malloc() called from on server for --read option.
The leak is in fc_vsnprintf() fallback functionality allocating local buffer. The script_filename option gets freed by the garbage collecting feature of the option handling.
- Added S2_6 version. Though this is critical (not real leak, but just missing cleanup on program exit - main bad effect being spamming error logs), further fixes will be easier to backport on top of it
- New S3_1 & S3_0 versions with a fix to a build breaking typo
Valgrind on S3_1 reports memory leak on get_option_malloc() called from on server for --read option.