ROHC compression/decompression library
Macros
rohc_debug.h File Reference

ROHC debug utils. More...

#include <stdlib.h>
Include dependency graph for rohc_debug.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define zfree(pointer)
 

Detailed Description

ROHC debug utils.

Author
Didier Barvaux didie.nosp@m.r.ba.nosp@m.rvaux.nosp@m.@tou.nosp@m.louse.nosp@m..viv.nosp@m.eris..nosp@m.com
Didier Barvaux didie.nosp@m.r@ba.nosp@m.rvaux.nosp@m..org

Macro Definition Documentation

#define zfree (   pointer)
Value:
do { \
free(pointer); \
pointer = NULL; \
} while(0)

Free a pointer plus set it to NULL to avoid hidden bugs