summaryrefslogtreecommitdiffstats
path: root/src/Daemon
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-01-13 12:44:04 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2010-01-13 12:44:04 +0100
commitf5925030be2963ddf257e6768dcd5712b0e6df08 (patch)
tree39fd56ad1d1c3576aef9a2b13106bce3e78cf06a /src/Daemon
parent82c1b530de565ec0dab054289c398fc1f5e73507 (diff)
downloadabrt-f5925030be2963ddf257e6768dcd5712b0e6df08.tar.gz
abrt-f5925030be2963ddf257e6768dcd5712b0e6df08.tar.xz
abrt-f5925030be2963ddf257e6768dcd5712b0e6df08.zip
fixed the switched lines 2nd try
Diffstat (limited to 'src/Daemon')
-rw-r--r--src/Daemon/PluginManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Daemon/PluginManager.cpp b/src/Daemon/PluginManager.cpp
index 1c7237df..e14f852f 100644
--- a/src/Daemon/PluginManager.cpp
+++ b/src/Daemon/PluginManager.cpp
@@ -235,8 +235,8 @@ void CPluginManager::UnLoadPlugin(const char *pName)
delete it_plugin->second;
m_mapPlugins.erase(it_plugin);
}
- m_mapLoadedModules.erase(it_module);
log("UnRegistered %s plugin %s", plugin_type_str[it_module->second->GetType()], pName);
+ m_mapLoadedModules.erase(it_module);
delete it_module->second;
}
}