aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/xor_and_mat/int_mat_run.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/monniaux/xor_and_mat/int_mat_run.c')
-rw-r--r--test/monniaux/xor_and_mat/int_mat_run.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/monniaux/xor_and_mat/int_mat_run.c b/test/monniaux/xor_and_mat/int_mat_run.c
index b05c9f9f..53335de4 100644
--- a/test/monniaux/xor_and_mat/int_mat_run.c
+++ b/test/monniaux/xor_and_mat/int_mat_run.c
@@ -85,5 +85,6 @@ int main() {
free(c4);
free(c5);
free(c6);
+ free(c7);
return 0;
}