*** empty log message ***

diff --git a/skeletons/INTEGER.c b/skeletons/INTEGER.c
index b477056..d2a66b5 100644
--- a/skeletons/INTEGER.c
+++ b/skeletons/INTEGER.c
@@ -430,6 +430,8 @@
 	er.encoded = INTEGER__dump(td, st, cb, app_key, 1);
 	if(er.encoded < 0) _ASN_ENCODE_FAILED;
 
+	er.structure_ptr = 0;
+	er.failed_type = 0;
 	return er;
 }