IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 18, 2010, 6:18:43 AM (16 years ago)
Author:
bills
Message:

fix error in cleanup code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/magic/remove/src/streaksio.c

    r26478 r26621  
    863863    sfile->header = NULL;
    864864    psFree(sfile->image);
    865     sfile->header = NULL;
     865    sfile->image = NULL;
    866866    psFree(sfile->imagecube);
    867     sfile->header = NULL;
     867    sfile->imagecube = NULL;
    868868}
    869869
Note: See TracChangeset for help on using the changeset viewer.