IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 2, 2008, 10:35:00 AM (18 years ago)
Author:
gusciora
Message:

Added a comment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/concepts/pmConceptsAverage.c

    r15379 r15975  
    6464
    6565    MD_UPDATE(target->concepts, "FPA.TIMESYS", S32, timeSys);
     66    // XXX: The following is causing a memory leak in the test code.  Not sur ehow to fix it.
    6667    MD_UPDATE(target->concepts, "FPA.FILTER", str, psStringCopy(filter));
     68    //psMetadataRemoveKey(target->concepts, "FPA.TIMESYS");
     69    //psMetadataAddStr(target->concepts, PS_LIST_HEAD, "FPA.TIMESYS", PS_META_REPLACE, NULL, filter);
    6770
    6871    // FPA.TIME needs special care
Note: See TracChangeset for help on using the changeset viewer.