IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 27, 2009, 11:36:17 AM (17 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090715/psModules/src/objects/pmDetEff.c

    r25407 r25626  
    164164    }
    165165
    166     return psMetadataAddPtr(readout->analysis, PS_LIST_TAIL, PM_DETEFF_ANALYSIS,
    167                             PS_META_REPLACE | PS_DATA_UNKNOWN, "Detection efficiency", de);
     166    bool status = psMetadataAddPtr(readout->analysis, PS_LIST_TAIL, PM_DETEFF_ANALYSIS, PS_META_REPLACE | PS_DATA_UNKNOWN, "Detection efficiency", de);
     167    psFree (de);
     168    return status;
    168169}
Note: See TracChangeset for help on using the changeset viewer.