Changeset 34153 for trunk/psLib/src/imageops/psImageMapFit.c
- Timestamp:
- Jul 13, 2012, 4:39:42 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageMapFit.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageMapFit.c
r30078 r34153 317 317 psFree (A); 318 318 psFree (B); 319 psFree (Empty); 319 320 return true; 320 321 } … … 408 409 if (!*pGoodFit) { 409 410 psWarning ("bad fit to image map, try something else"); 411 psFree(resid); 412 if (!inMask) psFree (mask); 410 413 return true; 411 414 }
Note:
See TracChangeset
for help on using the changeset viewer.
