IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15670


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

fix mem leaks

File:
1 edited

Legend:

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

    r15562 r15670  
    1616  if (!status) {
    1717    psError(PS_ERR_IO, true, "Failed to lookup pixel tolerance");
     18    psFree (view);
    1819    return false;
    1920  }
     
    2122  if (!status) {
    2223    psError(PS_ERR_IO, true, "Failed to lookup angle tolerance");
     24    psFree (view);
    2325    return false;
    2426  }
     
    7274    obsChip->fromFPA = psMemIncrRefCounter (refChip->fromFPA);
    7375  }
     76  psFree (view);
    7477  return true;
    7578}
Note: See TracChangeset for help on using the changeset viewer.