Changeset 24275 for trunk/psModules/src/camera/pmFPACopy.c
- Timestamp:
- May 28, 2009, 2:20:50 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPACopy.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPACopy.c
r24272 r24275 220 220 } 221 221 psTrace("psModules.camera", 3, "xFlip: %d; yFlip: %d\n", xFlip, yFlip); 222 223 // Blow away extant readouts 224 for (int i = 0; i < target->readouts->n; i++) { 225 psFree(target->readouts->data[i]); 226 target->readouts->data[i] = NULL; 227 } 228 target->readouts->n = 0; 222 229 223 230 // Perform deep copy of the images. I would prefer *not* to do a deep copy, in the interests of speed (we
Note:
See TracChangeset
for help on using the changeset viewer.
