Changeset 8346 for trunk/ppStats/src/ppStats.c
- Timestamp:
- Aug 14, 2006, 7:13:32 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ppStats/src/ppStats.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStats/src/ppStats.c
r8337 r8346 7 7 psMetadata *ppStats(psMetadata *out, // Output metadata 8 8 pmFPA *fpa, // FPA for which to get statistics 9 pmFPAview *view, // View for analysis 9 10 pmConfig *config // Configuration 10 11 ) … … 18 19 data->fpa = psMemIncrRefCounter(fpa); 19 20 21 if (data->view) { 22 psFree(data->view); 23 } 24 data->view = psMemIncrRefCounter(view); 25 20 26 // Go through the FPA and do the hard work 21 27 out = ppStatsLoop(out, data, config);
Note:
See TracChangeset
for help on using the changeset viewer.
