IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 3, 2007, 4:19:09 PM (19 years ago)
Author:
eugene
Message:

adding container for summary statistics not generated by psImageStats

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStats/src/ppStatsData.c

    r12354 r13602  
    1919    psFree(data->headers);
    2020    psFree(data->concepts);
     21    psFree(data->summary);
     22
    2123    psFree(data->stats);
    2224
     
    3941    data->headers = psListAlloc(NULL);
    4042    data->concepts = psListAlloc(NULL);
     43    data->summary = psListAlloc(NULL);
    4144    data->stats = psStatsAlloc(0);
    4245    data->doStats = false;
Note: See TracChangeset for help on using the changeset viewer.