Merge pull request #54 from vedgy/fix-crash-at-exit

Library: fix a crash at exit when server is disabled
This commit is contained in:
Luis Ángel San Martín 2019-05-30 18:22:06 +02:00 committed by GitHub
commit 6c628318fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -142,6 +142,7 @@ void Startup::stop() {
Startup::Startup()
: listener(nullptr)
{
}