IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20962


Ignore:
Timestamp:
Dec 11, 2008, 1:50:37 PM (17 years ago)
Author:
bills
Message:

avoid passing null pointer to db function. add missing psFrees

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/bills_081204/ippTools/src/difftool.c

    r20959 r20962  
    997997    if (! (reRun || newTemplates) ) {
    998998        psStringAppend(&diffQuery, "\nAND diff_id IS NULL");
     999    } else {
     1000        diffQuery = psStringCopy("\n");
    9991001    }
    10001002
     
    11871189    }
    11881190    psFree(output);
     1191    psFree(warpQuery);
     1192    psFree(stackQuery);
     1193    psFree(skycell_query);
    11891194
    11901195    if (!diffRunPrintObjects(stdout, list, !simple)) {
Note: See TracChangeset for help on using the changeset viewer.