array pointer cleanup


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@63 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/skeletons/asn_SET_OF.c b/skeletons/asn_SET_OF.c
index dfa9906..d89b357 100644
--- a/skeletons/asn_SET_OF.c
+++ b/skeletons/asn_SET_OF.c
@@ -80,6 +80,7 @@
 					as->free(as->array[as->count]);
 			}
 			free(as->array);
+			as->array = 0;
 		}
 		as->count = 0;
 		as->size = 0;