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/psastroMosaicSetMatch.c

    r15562 r15671  
    1515    if (!status) {
    1616        psError(PS_ERR_IO, false, "Failed to lookup matching radius: %s", radiusWord);
     17        psFree (view);
    1718        return false;
    1819    }
     
    2122        if (iteration == 0) {
    2223            psError(PS_ERR_IO, false, "Invalid match radius for first iteration: %s", radiusWord);
     24            psFree (view);
    2325            return false;
    2426        }
    2527        psWarning ("skipping match for iteration %d\n", iteration);
     28        psFree (view);
    2629        return true;
    2730    }
Note: See TracChangeset for help on using the changeset viewer.