Changeset 38553 for trunk/Ohana/src/dvomerge/src/dvomergeImageIDs.c
- Timestamp:
- Jun 25, 2015, 10:41:05 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/dvomerge/src/dvomergeImageIDs.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/dvomerge/src/dvomergeImageIDs.c
r38441 r38553 64 64 dvo_image_match_dbs(IDmap, &outDB, &inDB); 65 65 dvo_image_unlock (&outDB); // unlock output 66 67 gfits_db_free (&inDB); 68 gfits_db_free (&outDB); 69 dmhImageFree (history); 70 FREE (indbID); 66 71 return TRUE; 67 72 } … … 80 85 SetProtect (FALSE); 81 86 dvo_image_unlock (&outDB); // unlock output 87 88 gfits_db_free (&inDB); 89 gfits_db_free (&outDB); 90 91 dmhImageFree (history); 92 FREE (indbID); 82 93 83 94 return TRUE; … … 136 147 dvo_image_match_dbs(IDmap, &outDB, &inDB); 137 148 149 gfits_db_free (&inDB); 150 gfits_db_free (&outDB); 151 138 152 return TRUE; 139 153 }
Note:
See TracChangeset
for help on using the changeset viewer.
