aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/process_image.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/process_image.c b/src/process_image.c
index e7e3aa78..4fd19176 100644
--- a/src/process_image.c
+++ b/src/process_image.c
@@ -135,8 +135,6 @@ void process_image(const struct index_args *iargs, struct pattern_args *pargs,
int any_crystals;
image.features = NULL;
- image.data = NULL;
- image.flags = NULL;
image.copyme = iargs->copyme;
image.id = cookie;
image.filename = pargs->filename_p_e->filename;
@@ -343,8 +341,6 @@ void process_image(const struct index_args *iargs, struct pattern_args *pargs,
free(image.dp);
free(image.bad);
- free(image.data);
- if ( image.flags != NULL ) free(image.flags);
image_feature_list_free(image.features);
free_detector_geometry(image.det);
hdfile_close(hdfile);