Index: src/InitTweak/FixInitNew.cpp
===================================================================
--- src/InitTweak/FixInitNew.cpp	(revision 17c13b987df0a596c41c7dad0b2e54d0437b7063)
+++ src/InitTweak/FixInitNew.cpp	(revision 5f31bf03270416ec5f172e57fde0f8feb846821d)
@@ -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
