Archived
1
0
Fork 0

common/mem.h: removed, not needed.

This commit is contained in:
Henrik Hautakoski 2010-06-09 20:25:00 +02:00 committed by Henrik Hautakoski
parent ec6b523713
commit fd3d2c0fa6
2 changed files with 0 additions and 13 deletions

View file

@ -1,12 +0,0 @@
#ifndef _COMMON_MEM_H
#define _COMMON_MEM_H
#include <malloc.h>
#define sfree(x) \
if (x != NULL) \
free(x)
#endif /* _COMMON_MEM_H */