IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19066


Ignore:
Timestamp:
Aug 14, 2008, 2:35:22 PM (18 years ago)
Author:
Paul Price
Message:

Was freeing before it was last used!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackLoop.c

    r18918 r19066  
    339339        }
    340340        psFree(fileIter);
    341         psFree(view);
    342341
    343342        targetPSF = ppStackPSF(config, numCols, numRows, psfs);
     
    347346            psFree(globalSources);
    348347            psFree(indSources);
     348            psFree(view);
    349349            return false;
    350350        }
     
    370370        }
    371371
     372        psFree(view);
    372373        filesIterateUp(config);
    373374    }
Note: See TracChangeset for help on using the changeset viewer.