mirror of https://github.com/zlatinb/muwire
kill the timer on H2 hostcache shutdown
parent
59e26d564e
commit
b9ad4ec3d6
|
@ -287,6 +287,7 @@ class H2HostCache extends HostCache {
|
|||
}
|
||||
@Override
|
||||
public synchronized void stop() {
|
||||
timer.cancel()
|
||||
sql.close()
|
||||
}
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue