aboutsummaryrefslogtreecommitdiff
path: root/src/im-sandbox.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2015-06-25 12:13:49 +0200
committerThomas White <taw@physics.org>2015-06-25 12:14:43 +0200
commit330fff9a164acc19d23dda7c65300bf927eed41e (patch)
treed3d10d47cfa8e2c65d05c5d90daec7be2cbd00a5 /src/im-sandbox.c
parentbfb2044c589bbc5dcf94450cbaca1acbef1033ea (diff)
Tidy up some small leaks and memory bugs
Diffstat (limited to 'src/im-sandbox.c')
-rw-r--r--src/im-sandbox.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/im-sandbox.c b/src/im-sandbox.c
index bef1bf56..36150a1b 100644
--- a/src/im-sandbox.c
+++ b/src/im-sandbox.c
@@ -521,8 +521,6 @@ static void run_work(const struct index_args *iargs,
free(bd.rbuffer);
cleanup_indexing(iargs->indm, iargs->ipriv);
- free(iargs->indm);
- free(iargs->ipriv);
free_detector_geometry(iargs->det);
free(iargs->hdf5_peak_path);
free_copy_hdf5_field_list(iargs->copyme);