summaryrefslogtreecommitdiffstats
path: root/lib/plugins
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-09-01 17:08:53 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2010-09-01 17:08:53 +0200
commit8f28c216c07c132fe21c1018b2b4dfaa435e0fe1 (patch)
tree88bdd3411136e2497891fc77cbf99f8d6c87203f /lib/plugins
parent397d02a2dc7f4acb2f2dbcb942b2f335aa91562a (diff)
downloadabrt-8f28c216c07c132fe21c1018b2b4dfaa435e0fe1.tar.gz
abrt-8f28c216c07c132fe21c1018b2b4dfaa435e0fe1.tar.xz
abrt-8f28c216c07c132fe21c1018b2b4dfaa435e0fe1.zip
added missing dd_close()
Diffstat (limited to 'lib/plugins')
-rw-r--r--lib/plugins/Kerneloops.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/Kerneloops.cpp b/lib/plugins/Kerneloops.cpp
index f6fa2606..913b20ef 100644
--- a/lib/plugins/Kerneloops.cpp
+++ b/lib/plugins/Kerneloops.cpp
@@ -139,7 +139,7 @@ std::string CAnalyzerKerneloops::GetLocalUUID(const char *pDebugDumpDir)
free(oops);
hash &= 0x7FFFFFFF;
-
+ dd_close(dd);
return to_string(hash);
}