IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 3, 2021, 3:06:03 PM (5 years ago)
Author:
eugene
Message:

plug various leaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pswarp/src/pswarpStatsFile.c

    r35563 r41511  
    6262
    6363    if (!statsFile) return true;
    64     if (!statsFile->md) return true;
     64   
     65    if (!statsFile->md) {
     66      psFree (statsFile);
     67      return true;
     68    }
    6569
    6670    // Write out summary statistics
Note: See TracChangeset for help on using the changeset viewer.