Changeset 34418 for trunk/psphot/src/psphotSourceSize.c
- Timestamp:
- Sep 7, 2012, 10:51:18 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
psphot (modified) (1 prop)
-
psphot/src (modified) (1 prop)
-
psphot/src/psphotSourceSize.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20120905 (added) merged: 34407-34409,34415-34417
- Property svn:mergeinfo changed
-
trunk/psphot
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20120905/psphot (added) merged: 34408-34409,34415-34416
- Property svn:mergeinfo changed
-
trunk/psphot/src
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20120905/psphot/src (added) merged: 34408-34409,34415-34416
- Property svn:mergeinfo changed
-
trunk/psphot/src/psphotSourceSize.c
r34404 r34418 675 675 return false; 676 676 } 677 psFree(readout->mask); 678 readout->mask = newMask; 677 // Copy the new mask pixel values to the old mask array. NOTE: we cannot replace 678 // the mask pointer because the source->maskView objects point to the old data 679 // area 680 psImage *oldMask = readout->mask; 681 readout->mask = psImageCopy (readout->mask, newMask, PS_TYPE_IMAGE_MASK); 682 psAssert (oldMask == readout->mask, "should have copied the values in-situ"); 683 psFree(newMask); 679 684 } 680 685
Note:
See TracChangeset
for help on using the changeset viewer.
