mirror of
https://github.com/SagerNet/sing-tun.git
synced 2025-04-04 04:17:39 +03:00
Fix early close
This commit is contained in:
parent
d5efb43122
commit
b2bb9b3d2a
2 changed files with 12 additions and 5 deletions
|
@ -68,7 +68,9 @@ func (m *defaultInterfaceMonitor) delayCheckUpdate() error {
|
|||
}
|
||||
|
||||
func (m *defaultInterfaceMonitor) Close() error {
|
||||
m.networkMonitor.UnregisterCallback(m.element)
|
||||
if m.element != nil {
|
||||
m.networkMonitor.UnregisterCallback(m.element)
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue