- Timestamp:
- May 8, 2025, 4:10:23 PM (15 months ago)
- Location:
- branches/eam_branches/ipp-20230313
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20230313
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-ppmerge-20241229 (added) merged: 42770-42778,42803-42805 /trunk merged: 42763-42764,42766-42769,42779-42782,42784-42796,42798-42802,42806-42813
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20230313/psModules
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-ppmerge-20241229/psModules (added) merged: 42772-42774,42777,42805 /trunk/psModules merged: 42784,42806
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20230313/psModules/src/camera/pmFPA.c
r26893 r42820 53 53 } 54 54 psTrace("psModules.camera", 9, "Freeing cell %zd\n", (size_t)cell); 55 55 56 pmCellFreeReadouts(cell); 56 57 psFree(cell->readouts); 57 58 58 psFree(cell->concepts); 59 59 psFree(cell->analysis); … … 166 166 psFree(readout->variance); 167 167 psFree(readout->covariance); 168 psFree(readout->analysis); 168 169 psFree(readout->bias); 169 170 … … 173 174 readout->variance = NULL; 174 175 readout->covariance = NULL; 176 readout->analysis = NULL; 175 177 readout->mask = NULL; 176 177 readout->bias = psListAlloc(NULL); 178 readout->bias = NULL; 178 179 179 180 readout->col0 = 0;
Note:
See TracChangeset
for help on using the changeset viewer.
