diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Test_encoding.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Test_encoding.c b/tests/Test_encoding.c index bc61900..4b96727 100644 --- a/tests/Test_encoding.c +++ b/tests/Test_encoding.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006, 2007 Free Software Foundation + * Copyright (C) 2006, 2007, 2008 Free Software Foundation * Copyright (C) 2002 Fabio Fiorina * * This file is part of LIBTASN1. @@ -123,6 +123,7 @@ main (int argc, char *argv[]) exit (1); } + asn1_delete_structure (&asn1_element); printf ("Success\n"); exit (0); |