summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/stat-tool.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpgpu-sim/stat-tool.cc')
-rw-r--r--src/gpgpu-sim/stat-tool.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgpu-sim/stat-tool.cc b/src/gpgpu-sim/stat-tool.cc
index d957e0c..c136d57 100644
--- a/src/gpgpu-sim/stat-tool.cc
+++ b/src/gpgpu-sim/stat-tool.cc
@@ -540,7 +540,7 @@ void destroy_thread_CFlogger( )
remove_spill_log(thread_CFlogger[i]);
delete thread_CFlogger[i];
}
- delete thread_CFlogger;
+ delete [] thread_CFlogger;
thread_CFlogger = NULL;
}
}