aboutsummaryrefslogtreecommitdiff
path: root/src/dirax.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-03-17 14:09:49 +0100
committerThomas White <taw@physics.org>2010-03-17 14:09:49 +0100
commit274a5e2803eb3afe0d53b27c6078ef4495d587a0 (patch)
treea1bc21d37e94ff5450cddc148cd33227b30f94ad /src/dirax.c
parentf38be837bd33dfc4d98d251b2e81d5fa555a4f5c (diff)
Fix various memory leaks and tidy a few things
Diffstat (limited to 'src/dirax.c')
-rw-r--r--src/dirax.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dirax.c b/src/dirax.c
index d18d1fa6..49e16921 100644
--- a/src/dirax.c
+++ b/src/dirax.c
@@ -421,6 +421,7 @@ void run_dirax(struct image *image)
close(image->dirax_pty);
close(saved_stderr);
+ free(image->dirax_rbuffer);
wait(&status);
return;