|
From: Christoph B. <bar...@or...> - 2007-06-13 08:07:38
|
You could try to add: VALGRIND_CHECK_VALUE_IS_DEFINED(min); VALGRIND_CHECK_VALUE_IS_DEFINED(max); In front of the code and some levels up, if the error is reproducable. To do this add #include <valgrind/memcheck.h> Christoph |