Merge branch 'ckm' into tizen
[platform/core/test/security-tests.git] / src / common / memory.cpp
1 #include <memory.h>
2 #include <unistd.h>
3
4 void closePtr(int *p) {
5     close(*p);
6 }