Memory Leak With Valgrind

Issue #34 closed
Trần Hoàng Trúc created an issue

from document’s example i run with valgrind and valgrind have warning as picture below. How i can fixed with error ? Thanks

Comments (2)

  1. Tildeslash repo owner

    This is not a recurring leak. Some memory might not be released at shutdown due to thread data etc. But shutdown typically happens at program termination.

  2. Log in to comment