libtasn1-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU libtasn1 branch, master, updated. libtasn1_3_4-6-g8801de3


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU libtasn1 branch, master, updated. libtasn1_3_4-6-g8801de3
Date: Fri, 14 Mar 2014 14:21:13 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU libtasn1".

http://git.savannah.gnu.org/cgit/libtasn1.git/commit/?id=8801de3d8074ae74fcdead5172631ac404f573d4

The branch, master has been updated
       via  8801de3d8074ae74fcdead5172631ac404f573d4 (commit)
      from  8cba109feac0872bdd938e36283063926948ce4c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8801de3d8074ae74fcdead5172631ac404f573d4
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Fri Mar 14 15:19:19 2014 +0100

    free all allocated memory

-----------------------------------------------------------------------

Summary of changes:
 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;
 }


hooks/post-receive
-- 
GNU libtasn1



reply via email to

[Prev in Thread] Current Thread [Next in Thread]