IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 7, 2006, 3:06:57 PM (20 years ago)
Author:
Paul Price
Message:

Plugging memory leak.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel10_ifa/psModules/src/astrom/pmConceptsRead.c

    r6804 r6814  
    126126                    psFree(nameSource);
    127127                    if (mdok && strlen(source) > 0 && strcasecmp(source, "VALUE") == 0) {
    128                         value = psMemIncrRefCounter(conceptItem);
     128                        value = conceptItem;
    129129                        conceptParse(spec, value, cameraFormat, target, NULL, NULL, cell);
    130130                    } else if (source && (strlen(source) == 0 || strcasecmp(source, "HEADER") != 0)) {
Note: See TracChangeset for help on using the changeset viewer.