mirror of
https://github.com/YACReader/yacreader
synced 2025-07-23 15:35:03 -04:00
fixed crash closing YACReaderLibrary after using the server (improved shutdown)
This commit is contained in:
@ -64,7 +64,7 @@ void Startup::start() {
|
||||
void Startup::stop() {
|
||||
qDebug("ServiceHelper: Service has been stopped");
|
||||
// QCoreApplication destroys all objects that have been created in start().
|
||||
listener->close();
|
||||
delete listener;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user