IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 13, 2005, 2:54:10 PM (21 years ago)
Author:
jhoblitt
Message:

add missing psFree()s

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/templates/psdb/pop.tt

    r4197 r4241  
    2121        return NULL;
    2222    }
     23    psFree(rowSet);
    2324
    2425    rowID = psMetadataLookupS32(&status, row, [% namespace FILTER upper %]_INDEX_NAME);
     
    3637        return NULL;
    3738    }
     39    psFree(popped);
    3840
    3941[% FOREACH item = columns -%]
     
    5153[% END -%]
    5254
     55    psFree(row);
     56
    5357    return true;
    5458}
Note: See TracChangeset for help on using the changeset viewer.