Comment 3 for bug 1042946

Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote : Re: Memory leak on a filtered slave

Rebuilding for Valgrind might be not necessary in this case, because we are trying to catch a memory leak, and those should be detectable on release builds with debug symbols just fine. Also note that Valgrind catches the leaks at the shutdown time.