Kaydet (Commit) c7d59ad8 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:subtlezeroinit: framework

Change-Id: I88871abd4b57debeb8002a25ef5f59f57e065803
üst 87f3a357
...@@ -90,8 +90,8 @@ HandlerCache::HandlerCache() ...@@ -90,8 +90,8 @@ HandlerCache::HandlerCache()
if (m_nRefCount==0) if (m_nRefCount==0)
{ {
m_pHandler = new HandlerHash(); m_pHandler = new HandlerHash;
m_pPattern = new PatternHash(); m_pPattern = new PatternHash;
m_pConfig = new HandlerCFGAccess(PACKAGENAME_PROTOCOLHANDLER); m_pConfig = new HandlerCFGAccess(PACKAGENAME_PROTOCOLHANDLER);
m_pConfig->read(&m_pHandler,&m_pPattern); m_pConfig->read(&m_pHandler,&m_pPattern);
m_pConfig->setCache(this); m_pConfig->setCache(this);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment