This commit is contained in:
Mygod
2019-03-16 14:50:59 +08:00
parent 10d64a3b59
commit 454183f8a3

View File

@@ -29,6 +29,7 @@ class InterfaceMonitor(val iface: String) : UpstreamMonitor() {
override fun destroyLocked() {
IpLinkMonitor.unregisterCallback(this)
currentIface = null
registered = false
}
}