IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11023


Ignore:
Timestamp:
Jan 10, 2007, 6:42:05 PM (19 years ago)
Author:
jhoblitt
Message:

fix premature psFree()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/pxfault.c

    r11002 r11023  
    4848        return false;
    4949    }
    50     psFree(values);
    5150
    5251    long rowsAffected = psDBUpdateRows(dbh, tableName, where, values);
     52    psFree(values);
    5353    if (rowsAffected < 0) {
    5454        // database error
Note: See TracChangeset for help on using the changeset viewer.