Index: src/InitTweak/FixInitNew.cpp
===================================================================
--- src/InitTweak/FixInitNew.cpp	(revision 2a301ff093336449f2c416836c58d6e71fa88fd1)
+++ src/InitTweak/FixInitNew.cpp	(revision 6e93819c21c60d7324b9ca460fe2a25c0eaa8f5a)
@@ -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
