Changeset 15598 for trunk/psLib/src/imageops/psImageMap.c
- Timestamp:
- Nov 13, 2007, 8:23:17 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageMap.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageMap.c
r15507 r15598 7 7 * @author Eugene Magnier, IfA 8 8 * 9 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $10 * @date $Date: 2007-11- 08 04:24:37 $9 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-11-13 18:23:17 $ 11 11 * 12 12 * Copyright 2007 Institute for Astronomy, University of Hawaii … … 74 74 75 75 return map; 76 } 77 78 bool psMemCheckImageMap(psPtr ptr) 79 { 80 PS_ASSERT_PTR(ptr, false); 81 return ( psMemGetDeallocator(ptr) == (psFreeFunc) psImageMapFree); 76 82 } 77 83
Note:
See TracChangeset
for help on using the changeset viewer.
