spectrum2/include/Swiften/Network
Vladimír Matěna 0729d364ca Fix double free in DummyConnectionServer
Do not create shared ptr from this as this lead to double free in
UserRegistryTest::login test. Shared ptr was needed to set event
owner in acceptConnection, actually it is never needed as events
are never filtered by owner. Thus it was removed and there is no
need to create shared ptr from this.
2016-09-17 00:45:34 +03:00
..
DummyConnectionServer.cpp Fix double free in DummyConnectionServer 2016-09-17 00:45:34 +03:00
DummyConnectionServer.h Fix double free in DummyConnectionServer 2016-09-17 00:45:34 +03:00
DummyConnectionServerFactory.cpp Switch from boost shared pointers to stl shared pointers (#162) 2016-09-12 19:20:58 +03:00
DummyConnectionServerFactory.h Switch from boost shared pointers to stl shared pointers (#162) 2016-09-12 19:20:58 +03:00
DummyNetworkFactories.cpp Switch from boost shared pointers to stl shared pointers (#162) 2016-09-12 19:20:58 +03:00
DummyNetworkFactories.h Switch from boost shared pointers to stl shared pointers (#162) 2016-09-12 19:20:58 +03:00