free all allocated memory
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Fri, 14 Mar 2014 14:19:19 +0000 (15:19 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Fri, 14 Mar 2014 14:19:19 +0000 (15:19 +0100)
tests/Test_choice.c

index 0c6742e..7c41837 100644 (file)
@@ -88,6 +88,7 @@ main ()
     }
 
   asn1_delete_structure (&node2);
+  asn1_delete_structure (&definitions);
 
   return 0;
 }