- Timestamp:
- 09/19/09 15:37:31 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/objective-cplusplus/i3/trunk/src/mil/include/mil/Mil.h
r34863 r35428 121 121 } 122 122 123 struct AutoFree { 124 void* ptr; 125 AutoFree(void* ptr) : ptr(ptr) { 126 } 127 ~AutoFree() { 128 free(ptr); 129 } 130 }; 123 131 124 132 #ifdef MIL_OS_WINDOWS
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)