Build without NDEBUG
authorAlan T. DeKok <aland@freeradius.org>
Thu, 15 May 2014 14:02:36 +0000 (10:02 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 15 May 2014 14:02:36 +0000 (10:02 -0400)
src/lib/valuepair.c

index c311f21..7786f45 100644 (file)
@@ -73,7 +73,7 @@ static int _pairfree(VALUE_PAIR *vp) {
        }
 
 #ifndef NDEBUG
-       vp->vp_integer = FREE_MAGIC;
+       vp->vp_integer = 0xf4eef4ee;
 #endif
 
 #ifdef TALLOC_DEBUG