summaryrefslogtreecommitdiffstats
path: root/src/daemon/Daemon.cpp
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2010-11-25 13:29:51 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2010-11-25 13:29:51 +0100
commitfbfc0388531050aea764e68640e07ca776448aa1 (patch)
tree52c078aa2aea913c5f30abfddee657f17fdee31b /src/daemon/Daemon.cpp
parentdcbb7fbe48c77998857e4ccd70d2fb29f41974f0 (diff)
downloadabrt-fbfc0388531050aea764e68640e07ca776448aa1.tar.gz
abrt-fbfc0388531050aea764e68640e07ca776448aa1.tar.xz
abrt-fbfc0388531050aea764e68640e07ca776448aa1.zip
abrtd: suppress spurious warning about missing coredump and inform_all
Also plugs two memory leaks Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/daemon/Daemon.cpp')
-rw-r--r--src/daemon/Daemon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/Daemon.cpp b/src/daemon/Daemon.cpp
index 225a7372..f0f9dee8 100644
--- a/src/daemon/Daemon.cpp
+++ b/src/daemon/Daemon.cpp
@@ -575,7 +575,7 @@ static gboolean handle_inotify_cb(GIOChannel *gio, GIOCondition condition, gpoin
);
/* Send dbus signal */
g_pCommLayer->Crash(get_crash_data_item_content_or_NULL(crashinfo, FILENAME_PACKAGE),
- crash_id,
+ crash_id, //TODO: stop passing this param, it is unused
fullname,
uid_str
);