- Timestamp:
- May 19, 2026, 5:03:35 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-pstamp-20260421/psModules/src/camera/pmFPA.c
r42784 r43024 166 166 psFree(readout->variance); 167 167 psFree(readout->covariance); 168 psFree(readout->analysis); 168 // psFree(readout->analysis); 169 // EAM XXX : if we free this here, ppSub fails to find the subtraction kernel. 170 // surprisingly, this does not cause leaks in ppSub, ppStack or ppImage 169 171 psFree(readout->bias); 170 172 … … 174 176 readout->variance = NULL; 175 177 readout->covariance = NULL; 176 readout->analysis = NULL; 178 // readout->analysis = NULL; EAM see above 177 179 readout->mask = NULL; 178 180 readout->bias = NULL; 181 // readout->bias = psListAlloc(NULL); -- works with this in place 182 // if we allocate the bias list here, we introduce a leak 179 183 180 184 readout->col0 = 0;
Note:
See TracChangeset
for help on using the changeset viewer.
