spectrum2/include/Swiften
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
..
Elements Switch from boost shared pointers to stl shared pointers (#162) 2016-09-12 19:20:58 +03:00
FileTransfer Switch from boost shared pointers to stl shared pointers (#162) 2016-09-12 19:20:58 +03:00
Network Fix double free in DummyConnectionServer 2016-09-17 00:45:34 +03:00
Parser Switch from boost shared pointers to stl shared pointers (#162) 2016-09-12 19:20:58 +03:00
Serializer/PayloadSerializers Switch from boost shared pointers to stl shared pointers (#162) 2016-09-12 19:20:58 +03:00
Server Switch from boost shared pointers to stl shared pointers (#162) 2016-09-12 19:20:58 +03:00
StreamStack Switch from boost shared pointers to stl shared pointers (#162) 2016-09-12 19:20:58 +03:00
TLS Switch from boost shared pointers to stl shared pointers (#162) 2016-09-12 19:20:58 +03:00
SwiftenCompat.h Switch from boost shared pointers to stl shared pointers (#162) 2016-09-12 19:20:58 +03:00