Index: src/CodeGen/CodeGenerator.cc
===================================================================
--- src/CodeGen/CodeGenerator.cc	(revision 1b0020a936c9eda0e3b3c47045c62fc5c51b82ce)
+++ src/CodeGen/CodeGenerator.cc	(revision dadc1b5f06cc67e49418f26b9adb6ce3fa51ab34)
@@ -311,5 +311,5 @@
 							Type * type = InitTweak::getPointerBase( (*arg)->get_results().front() );
 							assert( type );
-							newExpr->get_results().push_back( type );
+							newExpr->get_results().push_back( type->clone() );
 							*arg = newExpr;
 						} // if
