diff LightClone/Source/Util.cpp @ 67:8e7ebab350e7

Clean up memory leaks
author koryspansel
date Fri, 07 Oct 2011 01:15:28 -0700
parents 00d17d8f407d
children
line wrap: on
line diff
--- a/LightClone/Source/Util.cpp	Wed Oct 05 22:55:46 2011 -0700
+++ b/LightClone/Source/Util.cpp	Fri Oct 07 01:15:28 2011 -0700
@@ -37,5 +37,5 @@
 		fclose(pFile);
 	}
 
-	return Buffer(pData, nSize);
+	return Buffer(pData, nSize, false);
 }
\ No newline at end of file