- Timestamp:
- Feb 19, 2011, 10:33:39 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110213/psModules/src/objects/pmModel.c
r30621 r30705 41 41 psFree(tmp->params); 42 42 psFree(tmp->dparams); 43 psFree(tmp->covar); 43 44 psTrace("psModules.objects", 10, "---- %s() end ----\n", __func__); 44 45 } … … 71 72 tmp->flags = PM_MODEL_STATUS_NONE; 72 73 tmp->residuals = NULL; // do not free: the model does not own this memory 74 tmp->covar = NULL; 73 75 tmp->isPCM = false; 74 76
Note:
See TracChangeset
for help on using the changeset viewer.
