summaryrefslogtreecommitdiffstats
path: root/mpi/mpi-inv.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpi/mpi-inv.c')
-rw-r--r--mpi/mpi-inv.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mpi/mpi-inv.c b/mpi/mpi-inv.c
index 150d87ca1..fca609600 100644
--- a/mpi/mpi-inv.c
+++ b/mpi/mpi-inv.c
@@ -260,6 +260,9 @@ mpi_invm( MPI x, MPI a, MPI n )
mpi_free(u3);
mpi_free(v3);
mpi_free(t3);
+
+ mpi_free(u);
+ mpi_free(v);
#endif
}