Changeset 26892 for trunk/psLib/src/sys/psMemory.h
- Timestamp:
- Feb 10, 2010, 7:27:29 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psMemory.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psMemory.h
r23305 r26892 326 326 327 327 /** Free memory. This operates much like free(). 328 * 328 * 329 329 * @see psAlloc, psRealloc 330 * note: we cast ptr to (void *) in case we are supplied a const pointer. 330 331 */ 331 332 #ifdef DOXYGEN … … 336 337 #ifndef SWIG 337 338 #define psFree(ptr) \ 338 psMemDecrRefCounter(ptr)339 ptr = psMemDecrRefCounter((void *)ptr); 339 340 #endif // ifndef SWIG 340 341 #endif // ifdef DOXYGEN
Note:
See TracChangeset
for help on using the changeset viewer.
