summaryrefslogtreecommitdiffstats
path: root/src/Hooks
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-09-09 19:04:42 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-09-09 19:04:42 +0200
commit39d77b6cfa633b94a31de5ec387949a7c7b85623 (patch)
tree37dbbb2f84ff2e8d524cdf8ece16401e8955d6dd /src/Hooks
parent08ec5a72cd334fffc8aa343ab48f4b6d1c88e3a7 (diff)
downloadabrt-39d77b6cfa633b94a31de5ec387949a7c7b85623.tar.gz
abrt-39d77b6cfa633b94a31de5ec387949a7c7b85623.tar.xz
abrt-39d77b6cfa633b94a31de5ec387949a7c7b85623.zip
fix the bug where lock file was not removed
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Hooks')
-rw-r--r--src/Hooks/CCpp.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Hooks/CCpp.cpp b/src/Hooks/CCpp.cpp
index d30a4a3d..5bbdc8a2 100644
--- a/src/Hooks/CCpp.cpp
+++ b/src/Hooks/CCpp.cpp
@@ -207,7 +207,6 @@ int main(int argc, char** argv)
/* close(fd); - why bother? */
/* free(executable); */
/* free(cmdline); */
- dd.Close();
log("saved core dump of pid %u to %s", (int)pid, path);
}
catch (CABRTException& e)