diff --git a/egg/egg-secure-memory.c b/egg/egg-secure-memory.c index 49230c5..dca9bac 100644 --- a/egg/egg-secure-memory.c +++ b/egg/egg-secure-memory.c @@ -794,8 +794,10 @@ sec_validate (Block *block) Cell *cell; word_t *word, *last; +#ifdef WITH_VALGRIND if (RUNNING_ON_VALGRIND) return; +#endif word = block->words; last = word + block->n_words;