IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6738


Ignore:
Timestamp:
Mar 30, 2006, 11:55:12 AM (20 years ago)
Author:
Paul Price
Message:

Fixing error made when squashing memory leak.

File:
1 edited

Legend:

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

    r6737 r6738  
    9292        // Trap the lists, which can't be copied in the ordinary way without a warning
    9393        if (blank->type == PS_DATA_LIST) {
    94             copy = psMemIncrRefCounter(blank->data.V);
     94            copy = psMemIncrRefCounter(blank);
    9595        } else {
    9696            copy = psMetadataItemCopy(blank);
Note: See TracChangeset for help on using the changeset viewer.