Changeset 2066
- Timestamp:
- Oct 12, 2004, 1:58:05 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/astronomy/tst_psAstrometry03.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/astronomy/tst_psAstrometry03.c
r2065 r2066 22 22 } 23 23 24 chips = (psChip **) myFPA->chips->data;25 24 for (i=0;i<NUM_CHIPS;i++) { 26 cells = (psCell **) chips[i]->cells->data; 27 for (j=0;j<NUM_CELLS;j++) { 28 psFree(cells[j]); 29 } 30 psFree(chips[i]); 25 psArrayElementFree(chips[i]->cells); 31 26 } 27 psArrayElementFree(myFPA->chips); 28 psFree(myFPA); 29 30 psMemCheckLeaks(0,NULL,stderr); 31 32 32 return(0); 33 33 }
Note:
See TracChangeset
for help on using the changeset viewer.
