Changeset 30737 for trunk/psModules/src/imcombine/pmSubtractionVisual.c
- Timestamp:
- Feb 22, 2011, 2:27:04 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtractionVisual.c
r30622 r30737 292 292 type = im->type.type; 293 293 } 294 if (imageMax == -1) return false; 294 if (imageMax == -1) { 295 psFree (matrixNorm); 296 return false; 297 } 295 298 296 299 int border = 15; … … 350 353 psFree(canvas); 351 354 psFree(canvas32); 355 psFree (matrixNorm); 352 356 return true; 353 357 } … … 503 507 psFitsClose(fits); 504 508 } 509 psFree (output); 505 510 } 506 511 … … 710 715 pmSubtractionVisualShowFitAddStamp (image2, image1, residual, background, norm, i); 711 716 } 717 psFree(polyValues); 712 718 } 713 719 pmSubtractionVisualShowFitImage(norm); 714 720 721 psFree (residual); 715 722 return true; 716 723 } … … 1029 1036 KapaPlotVector (kapa3, lflx->n, lMxx->data.F32, "y"); 1030 1037 1038 psFree (lflx); 1039 psFree (lchi); 1040 psFree (lMxx); 1041 1031 1042 pmVisualAskUser(NULL); 1032 1043 return true;
Note:
See TracChangeset
for help on using the changeset viewer.
