Stop ticker when web interface is stopped.
[Sone.git] / src / main / java / net / pterodactylus / sone / web / WebInterface.java
index 10bacee..5e0a168 100644 (file)
@@ -244,6 +244,7 @@ public class WebInterface implements CoreListener {
         */
        public void stop() {
                unregisterToadlets();
+               Ticker.getInstance().stop();
        }
 
        //