summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/rhticket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Plugins/rhticket.cpp')
-rw-r--r--lib/Plugins/rhticket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Plugins/rhticket.cpp b/lib/Plugins/rhticket.cpp
index f1c4b224..77d0345a 100644
--- a/lib/Plugins/rhticket.cpp
+++ b/lib/Plugins/rhticket.cpp
@@ -237,7 +237,7 @@ string CReporterRHticket::Report(const map_crash_data_t& pCrashData,
kill(child, SIGKILL); /* just in case */
waitpid(child, NULL, 0);
if (tar)
- tar_close(tar);
+ tar_close(tar);
//close(pipe_from_parent_to_child[1]); - tar_close() does it itself
unlink(tempfile);
free(tempfile);