From fbfc0388531050aea764e68640e07ca776448aa1 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 25 Nov 2010 13:29:51 +0100 Subject: abrtd: suppress spurious warning about missing coredump and inform_all Also plugs two memory leaks Signed-off-by: Denys Vlasenko --- src/daemon/Daemon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/daemon/Daemon.cpp') 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 ); -- cgit