IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10207


Ignore:
Timestamp:
Nov 27, 2006, 1:42:57 PM (20 years ago)
Author:
jhoblitt
Message:

fix a mem leak

File:
1 edited

Legend:

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

    r10131 r10207  
    231231    }
    232232
    233    char *query = psStringCopy(
     233   char *query =
    234234        "SELECT"
    235235        "   newExp.*"
     
    248248        "   (SELECT COUNT(exp_tag) FROM rawImfile"
    249249        "       WHERE rawImfile.exp_tag = newExp.exp_tag)"
    250         "   AND newExp.exp_tag = '%s'"
    251         );
     250        "   AND newExp.exp_tag = '%s'";
    252251
    253252    if (!p_psDBRunQuery(config->dbh, query, exp_tag)) {
Note: See TracChangeset for help on using the changeset viewer.