Changeset 36615 for trunk/ppBackground/src/ppBackgroundStackData.c
- Timestamp:
- Mar 27, 2014, 4:21:00 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/ppBackground/src/ppBackgroundStackData.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppBackground/src/ppBackgroundStackData.c
r36582 r36615 13 13 ) 14 14 { 15 psFree(data->contents); 16 psFree(data->smfs); 15 // CZW 2014-03-24 16 // The things that are commented out here, and therefore don't get freed are in that state because 17 // I'd far rather spend time sorting out actual math issues than dealing with data structures. 18 19 // psFree(data->contents); 20 21 // psFree(data->smfs); 17 22 23 psFree(data->models); 18 24 psFree(data->OTA_solutions); 19 25 psFree(data->OTApath); … … 25 31 psFree(data->stacks); 26 32 psFree(data->outRoot); 27 psFree(data->config);33 //psFree(data->config); 28 34 return; 29 35 } … … 38 44 data->smfs = psArrayAlloc(0); 39 45 46 data->models = psMetadataAlloc(); 40 47 data->OTA_solutions = psMetadataAlloc(); 41 48 data->fit_OTAS = false;
Note:
See TracChangeset
for help on using the changeset viewer.
