Changeset 37705
- Timestamp:
- Dec 1, 2014, 6:04:32 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140904/Ohana/src/libdvo/src/AstromOffsetMapUtils.c
r37698 r37705 159 159 free (table->map[i][0].dYv[j]); 160 160 } 161 FREE (table->map[i]);161 if (!table->map[i]) continue; 162 162 FREE (table->map[i][0].dXv); 163 163 FREE (table->map[i][0].dYv); 164 FREE (table->map[i]); 164 165 } 165 166 FREE (table->imageIDtoTableSeq);
Note:
See TracChangeset
for help on using the changeset viewer.
