From f85b10210f68649957ddc285c79b91ee86fce4ba Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Wed, 25 Jan 2012 13:29:29 +0100 Subject: Fix mem leaks. --- tests/mpi.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/mpi.c') diff --git a/tests/mpi.c b/tests/mpi.c index 70b3ba7080..ccc3c0c74f 100644 --- a/tests/mpi.c +++ b/tests/mpi.c @@ -1,7 +1,7 @@ /* * Copyright (C) 2007-2012 Free Software Foundation, Inc. * - * Author: Simon Josefsson + * Author: Nikos Mavrogiannopoulos, Simon Josefsson * * This file is part of GnuTLS. * @@ -83,5 +83,7 @@ doit (void) _gnutls_mpi_release (&n3); _gnutls_mpi_release (&n4); + gnutls_global_deinit (); + if (debug) success ("mpi ops ok\n"); } -- cgit v1.2.1