IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 25, 2015, 10:41:05 PM (11 years ago)
Author:
eugene
Message:

merge changes from branches/eam_branches/ipp-20150616

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libfits/table/F_compress_T.c

    r38471 r38553  
    5757  char *raw = NULL;
    5858  char *zdata = NULL;
     59  TableField *fields = NULL;
    5960
    6061  Header *srcheader = srctable->header;
     
    100101  gettimeofday (&startTimer, (void *) NULL);
    101102
    102   TableField *fields = NULL;
    103103  ALLOCATE_ZERO (fields, TableField, Nfields);
    104104  for (i = 0; i < Nfields; i++) {
     
    351351  gfits_dump_cmp_table (tgttable, "cmp");
    352352
    353   free (raw);
    354   free (zdata);
     353  FREE (raw);
     354  FREE (zdata);
     355  FREE (fields);
    355356  return (TRUE);
    356357
     
    358359  FREE (raw);
    359360  FREE (zdata);
     361  FREE (fields);
    360362  return FALSE;
    361363}
Note: See TracChangeset for help on using the changeset viewer.