- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/psModules
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/psModules merged eligible /branches/eam_branches/stackphot.20100406/psModules 27623-27653 /branches/pap_delete/psModules 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/simtest_nebulous_branches/psModules/src/camera/pmHDUGenerate.c
r24769 r27840 611 611 if (cells->n == 0) { 612 612 // Nothing to do 613 psFree (cells); 613 614 return true; 614 615 } … … 660 661 if (cells->n == 0) { 661 662 // Nothing to do 663 psFree (cells); 662 664 return true; 663 665 } … … 707 709 if (cells->n == 0) { 708 710 // Nothing to do 711 psFree(cells); 709 712 return true; 710 713 } 711 712 return generateHDU(hdu, cells); 714 bool status = generateHDU(hdu, cells); 715 psFree(cells); 716 return status; 713 717 } 714 718 default:
Note:
See TracChangeset
for help on using the changeset viewer.
