• Luca Boccassi's avatar
    Problem: false positive on valgrind 3.10 · 00e09576
    Luca Boccassi authored
    Solution: update builds/valgrind/valgrind.supp to ignore glibc's
    __libc_freeres calls. This code runs after the program exits, and
    tries to de-allocate memory allocated internally by glibc, so it has
    nothing to do with libzmq code. This suppression is added by default
    in newer versions of Valgrind, not yet available on older
    distributions.
    00e09576
valgrind.supp 266 Bytes