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/dvomerge/src/dvomergeImageIDs.c

    r38441 r38553  
    6464    dvo_image_match_dbs(IDmap, &outDB, &inDB);
    6565    dvo_image_unlock (&outDB); // unlock output
     66
     67    gfits_db_free (&inDB);
     68    gfits_db_free (&outDB);
     69    dmhImageFree (history);
     70    FREE (indbID);
    6671    return TRUE;
    6772  }
     
    8085  SetProtect (FALSE);
    8186  dvo_image_unlock (&outDB); // unlock output
     87
     88  gfits_db_free (&inDB);
     89  gfits_db_free (&outDB);
     90
     91  dmhImageFree (history);
     92  FREE (indbID);
    8293
    8394  return TRUE;
     
    136147  dvo_image_match_dbs(IDmap, &outDB, &inDB);
    137148
     149  gfits_db_free (&inDB);
     150  gfits_db_free (&outDB);
     151
    138152  return TRUE;
    139153}
Note: See TracChangeset for help on using the changeset viewer.