IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17867


Ignore:
Timestamp:
May 30, 2008, 2:22:05 PM (18 years ago)
Author:
Paul Price
Message:

Memory leaks.

File:
1 edited

Legend:

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

    r17864 r17867  
    12331233            psError(PS_ERR_UNKNOWN, false, "Unable to replace concept %s", concept); \
    12341234            psFree(string); \
     1235            psFree(value); \
    12351236            return NULL; \
    12361237        } \
     1238        psFree(value); \
    12371239        \
    12381240        continue; \
Note: See TracChangeset for help on using the changeset viewer.