Closed pjotawake closed 6 years ago
Thanks for reporting this. I think I fixed it, but I cannot test it now. Can you confirm it is OK?
Thanks, that is fast! And indeed, your fixes solve the issue. All OK on my side now.
Can we close this?
Yes, it can be closed.
When checking with "valgrind --leak-check=full", it seems some memory leaks are detected:
The latter can easily be fixed by adding a 'TLS_FREE(buf)' at line 9883 but I guess this is not the preferred way?