X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvppinfra%2Fmem.h;h=06694ccadebb6ef7c811750d697fdd073ca4cf3f;hb=08d01376de5abf2e93c562ee5e24cf62ce1be3ff;hp=f254601043ce2c89d6eb938d2d20c75072e3db6d;hpb=74ee18b0b33aad974705ae16739a86c48f3b966b;p=vpp.git diff --git a/src/vppinfra/mem.h b/src/vppinfra/mem.h index f254601043c..06694ccadeb 100644 --- a/src/vppinfra/mem.h +++ b/src/vppinfra/mem.h @@ -338,7 +338,6 @@ always_inline void clib_mem_vm_free (void *addr, uword size) { munmap (addr, size); - CLIB_MEM_POISON (addr, size); } always_inline void *