IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23405


Ignore:
Timestamp:
Mar 18, 2009, 3:14:01 PM (17 years ago)
Author:
Paul Price
Message:

Plug memory leak.

File:
1 edited

Legend:

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

    r23404 r23405  
    693693        item = psMetadataLookup(fpa->concepts, timesysName);
    694694    }
     695    psFree(timesysName);
    695696    if (!item) {
    696697        psError(PS_ERR_UNEXPECTED_NULL, true, "Unable to find %s in concepts when setting %s\n",
Note: See TracChangeset for help on using the changeset viewer.