summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Plugins/Kerneloops.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Plugins/Kerneloops.cpp b/lib/Plugins/Kerneloops.cpp
index 1eabd215..2dcd0c34 100644
--- a/lib/Plugins/Kerneloops.cpp
+++ b/lib/Plugins/Kerneloops.cpp
@@ -42,6 +42,7 @@ std::string CAnalyzerKerneloops::GetLocalUUID(const std::string& pDebugDumpDir)
CDebugDump m_pDebugDump;
m_pDebugDump.Open(pDebugDumpDir);
m_pDebugDump.LoadText(FILENAME_KERNELOOPS, m_sOops);
+ m_pDebugDump.Close();
/* An algorithm proposed by Donald E. Knuth in The Art Of Computer
* Programming Volume 3, under the topic of sorting and search