IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 23, 2009, 9:45:29 AM (17 years ago)
Author:
eugene
Message:

plug leaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/detrend/pmFringeStats.c

    r24836 r24912  
    855855    // Solve the least-squares equation
    856856    if (!psMatrixGJSolve(A, B)) {
    857         psError(PS_ERR_UNKNOWN, false, "Could not solve linear equations.  Returning NULL.\n");
     857        psLogMsg("psModules.detrend", PS_LOG_INFO, "Could not solve linear equations.  Returning NULL.\n");
     858        psFree(A);
     859        psFree(B);
    858860        return false;
    859861    }
Note: See TracChangeset for help on using the changeset viewer.