Stop the Sone downloader and unregister all USKs when stopping the core.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 21 Dec 2010 11:08:35 +0000 (12:08 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 21 Dec 2010 11:08:35 +0000 (12:08 +0100)
src/main/java/net/pterodactylus/sone/core/Core.java

index 2ef2d57..0c3d8ff 100644 (file)
@@ -1406,6 +1406,7 @@ public class Core implements IdentityListener {
                                soneInserter.stop();
                        }
                }
+               soneDownloader.stop();
                saveConfiguration();
                stopped = true;
        }