diff options
author | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-03-03 21:04:08 +0100 |
---|---|---|
committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-03-03 21:04:08 +0100 |
commit | 0a5b87ab4dae3ec4b47a47d505f89fc3e3e3055f (patch) | |
tree | 560f589061acce46928ea03ae6602364002423ee /lib/Utils | |
parent | 820832e32b5ee5f422261575fc332e038ad94e73 (diff) | |
download | abrt-0a5b87ab4dae3ec4b47a47d505f89fc3e3e3055f.tar.gz abrt-0a5b87ab4dae3ec4b47a47d505f89fc3e3e3055f.tar.xz abrt-0a5b87ab4dae3ec4b47a47d505f89fc3e3e3055f.zip |
Rename to abrt
Diffstat (limited to 'lib/Utils')
-rw-r--r-- | lib/Utils/DebugDump.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Utils/DebugDump.cpp b/lib/Utils/DebugDump.cpp index 068cfa56..883d6b91 100644 --- a/lib/Utils/DebugDump.cpp +++ b/lib/Utils/DebugDump.cpp @@ -106,6 +106,7 @@ bool CDebugDump::GetAndSetLock(const std::string& pLockFile, const std::string& Delete(); throw std::string("CDebugDump::GetAndSetLock(): dead lock found"); } + fIn.close(); return false; } } |