IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24005


Ignore:
Timestamp:
Apr 29, 2009, 5:36:40 PM (17 years ago)
Author:
Paul Price
Message:

Fix double free. Ensure outputs are written out.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSkycell/src/ppSkycellLoop.c

    r24003 r24005  
    277277                pmFPAfile *file = pmFPAfileSelectSingle(data->config->files, "PPSKYCELL.MASK", j);
    278278                psFree(file->fpa);
     279                file->fpa = NULL;
    279280            }
    280281            pmFPAfileActivate(data->config->files, false, NULL);
     
    304305        file2->save = true;
    305306        file2->index = i;
    306 
    307307#if 0
    308308        {
     
    325325#endif
    326326
     327        filesIterateUp(data->config);
    327328    }
    328329
Note: See TracChangeset for help on using the changeset viewer.