summaryrefslogtreecommitdiff
path: root/src/components/connection_handler
diff options
context:
space:
mode:
authorElisey Zamakhov <EZamakhov@luxoft.com>2015-12-02 16:59:52 +0300
committerElisey Zamakhov <EZamakhov@luxoft.com>2015-12-18 16:36:31 +0300
commit5fe0e9dc265f85c1e443aa6df964c2389a8e1e4b (patch)
tree83084edb4fd93c67d82f8f833bec165537a819b6 /src/components/connection_handler
parentf01f0ea86198564018479c73742cd0f5f2ccaa86 (diff)
downloadsdl_core-5fe0e9dc265f85c1e443aa6df964c2389a8e1e4b.tar.gz
Fixed possible problem with logger namespace and logger name
Updated log4cxx.properties files Issues: APPLINK-19597, APPLINK-19603
Diffstat (limited to 'src/components/connection_handler')
-rw-r--r--src/components/connection_handler/src/connection_handler_impl.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/connection_handler/src/connection_handler_impl.cc b/src/components/connection_handler/src/connection_handler_impl.cc
index 7471df9c49..b21e1f682e 100644
--- a/src/components/connection_handler/src/connection_handler_impl.cc
+++ b/src/components/connection_handler/src/connection_handler_impl.cc
@@ -205,6 +205,7 @@ void ConnectionHandlerImpl::OnConnectionEstablished(
}
LOG4CXX_DEBUG(logger_, "Add Connection #" << connection_id << " to the list.");
sync_primitives::AutoLock lock(connection_list_lock_);
+ // TODO(EZamakhov): APPLINK-19728 - possible memory leak
connection_list_.insert(
ConnectionList::value_type(
connection_id,