IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 20, 2007, 9:19:48 PM (19 years ago)
Author:
eugene
Message:

mem leaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroMosaicGradients.c

    r15562 r15671  
    6363    if (!status) {
    6464        psError(PSASTRO_ERR_UNKNOWN, false, "failed to find single-chip fit order\n");
     65        psFree (gradients);
     66        psFree (view);
    6567        return false;
    6668    }
     
    8082    if (!status) {
    8183        psError(PS_ERR_IO, false, "Failed to lookup pixel scale");
     84        psFree (gradients);
     85        psFree (view);
    8286        return false;
    8387    }
Note: See TracChangeset for help on using the changeset viewer.