diff --git a/applications/reconstruct/src/voxel_scene.cpp b/applications/reconstruct/src/voxel_scene.cpp
index b47977b081a582a0b75ace042f11987cbf3f7d8f..78b981c6e3f04995bab30b6f74750172c2c56a5a 100644
--- a/applications/reconstruct/src/voxel_scene.cpp
+++ b/applications/reconstruct/src/voxel_scene.cpp
@@ -133,7 +133,7 @@ void SceneRep::integrate() {
 		//volumetrically integrate the depth data into the depth SDFBlocks
 		_integrateDepthMap(cam.gpu, cam.params);
 
-		_garbageCollect(cam.gpu);
+		//_garbageCollect(cam.gpu);
 
 		m_numIntegratedFrames++;
 	}