diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-03-14 15:19:19 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-03-14 15:19:19 +0100 |
commit | 8801de3d8074ae74fcdead5172631ac404f573d4 (patch) | |
tree | 9cb0263073a11ab0d8de4fdb31cc8471a0648c65 /tests | |
parent | 8cba109feac0872bdd938e36283063926948ce4c (diff) | |
download | libtasn1-8801de3d8074ae74fcdead5172631ac404f573d4.tar.gz libtasn1-8801de3d8074ae74fcdead5172631ac404f573d4.tar.bz2 libtasn1-8801de3d8074ae74fcdead5172631ac404f573d4.zip |
free all allocated memory
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Test_choice.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Test_choice.c b/tests/Test_choice.c index 0c6742e..7c41837 100644 --- a/tests/Test_choice.c +++ b/tests/Test_choice.c @@ -88,6 +88,7 @@ main () } asn1_delete_structure (&node2); + asn1_delete_structure (&definitions); return 0; } |