Avoid use of static attribute in functions
authorEduardo Ramos Testillano <eduardo.ramos.testillano@ericsson.com>
Thu, 20 Apr 2017 00:04:02 +0000 (02:04 +0200)
committerEduardo Ramos Testillano <eduardo.ramos.testillano@ericsson.com>
Thu, 20 Apr 2017 00:04:02 +0000 (02:04 +0200)
commit61c8b6e85a24b5b6b9e9bc40dbeda77726e57283
treef0a27df716387cf30ba5a8b1aa69d84877012759
parentebd820491574c758104c09ca06bf3347ed87c88f
Avoid use of static attribute in functions

Dynamic libraries could share the objects doing double free corruption on app stop.
example/diameter/launcher/main.cpp
include/anna/core/functions.hpp
include/anna/diameter.comm/Engine.hpp
source/core/functions.cpp
source/diameter.comm/Engine.cpp
source/diameter.comm/LocalServer.cpp
source/diameter.comm/Session.cpp