IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16031


Ignore:
Timestamp:
Jan 7, 2008, 4:50:18 AM (18 years ago)
Author:
eugene
Message:

needed to run IOChecks (AFTER) to close files and free data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pswarp/src/pswarpLoop.c

    r15608 r16031  
    115115                if (!cell->process || !cell->file_exists) { continue; }
    116116                pmFPAfileIOChecks (config, view, PM_FPA_BEFORE);
     117                pmFPAfileIOChecks (config, view, PM_FPA_AFTER);
    117118            }
    118         }
     119            pmFPAfileIOChecks (config, view, PM_FPA_AFTER);
     120        }
     121        pmFPAfileIOChecks (config, view, PM_FPA_AFTER);
    119122        psFree(view);
    120123
Note: See TracChangeset for help on using the changeset viewer.