IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20683


Ignore:
Timestamp:
Nov 10, 2008, 8:06:05 PM (17 years ago)
Author:
Paul Price
Message:

Fixing double free.

File:
1 edited

Legend:

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

    r20682 r20683  
    989989        stackQuery = psStringCopy("");
    990990    }
    991     psFree(warpWhere);
     991    psFree(stackWhere);
    992992
    993993    if (!p_psDBRunQuery(config->dbh, query, warpWhere, stackWhere)) {
Note: See TracChangeset for help on using the changeset viewer.