IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 12, 2007, 5:17:43 PM (19 years ago)
Author:
eugene
Message:

fixed handling of the photcodes in mextract and avextract

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/dvo/dbCmdlineFields.c

    r13479 r14191  
    3939        gprint (GP_ERR, "unknown database field %s\n", field);
    4040        free (field);
    41         for (j = 0; j <= Nfields; j++) {
    42           if (fields->name != NULL) free (fields->name);
    43         }
    44         free (fields);
     41        dbFreeFields (fields, Nfields);
    4542        return (NULL);
    4643      }
Note: See TracChangeset for help on using the changeset viewer.