IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 26, 2008, 8:40:43 AM (18 years ago)
Author:
eugene
Message:

fix FILE pointer leak

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.data/rd.c

    r18278 r18325  
    193193    sprintf (region, "-1 -1 -1 -1 %d %d", (plane - 1), plane);
    194194    status = gfits_fread_matrix_segment (f, &buf[0].matrix, &buf[0].header, region);
    195     fclose (f);
    196   }
     195  }
     196  fclose (f);
    197197
    198198  if (!status) {
Note: See TracChangeset for help on using the changeset viewer.