Changeset 27839 for branches/simmosaic_branches/psLib/src/sys/psMemory.h
- Timestamp:
- May 3, 2010, 8:45:22 AM (16 years ago)
- Location:
- branches/simmosaic_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psLib/src/sys/psMemory.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/simmosaic_branches
- Property svn:mergeinfo changed
-
branches/simmosaic_branches/psLib/src/sys/psMemory.h
r23305 r27839 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.
