Index: src/InitTweak/FixInitNew.cpp
===================================================================
--- src/InitTweak/FixInitNew.cpp	(revision 17c13b987df0a596c41c7dad0b2e54d0437b7063)
+++ src/InitTweak/FixInitNew.cpp	(revision 4c0fa03a3c9a9471efd0d68bd9371ade49687579)
@@ -573,5 +573,5 @@
 	assertf( global.dtorDestroy, "Destructor generation requires __destroy_Destructor." );
 
-	const CodeLocation loc = ret->location;
+	const CodeLocation & loc = ret->location;
 
 	// generate a __Destructor for ret that calls the destructor
