diff --git a/src/common/dav_v2/valgrind_internal.h b/src/common/dav_v2/valgrind_internal.h index ebc1b4d896c..44d4d68744b 100644 --- a/src/common/dav_v2/valgrind_internal.h +++ b/src/common/dav_v2/valgrind_internal.h @@ -277,6 +277,8 @@ extern unsigned _On_memcheck; #define VALGRIND_DO_DESTROY_MEMPOOL(heap) { (void) (heap); } +#define VALGRIND_DO_DESTROY_MEMPOOL_COND(heap) { (void) (heap); } + #define VALGRIND_DO_MEMPOOL_ALLOC(heap, addr, size)\ do { (void) (heap); (void) (addr); (void) (size); } while (0)