ROHC debug utils. More...
#include <stdlib.h>

Go to the source code of this file.
Defines | |
| #define | zfree(pointer) |
ROHC debug utils.
| #define zfree | ( | pointer | ) |
do { \ free(pointer); \ pointer = NULL; \ } while(0)
Free a pointer plus set it to NULL to avoid hidden bugs
1.6.1