From 71dd3502f03a4ac8037be3c00f7b84d70176b01b Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 5 Oct 2015 14:46:07 +0200 Subject: process_image(): Remove image->data --- src/process_image.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') 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); -- cgit v1.2.3