mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-18 18:56:24 +00:00
.... aaaaaand... GitHub issue #61 was caused by the fact that we were no longer deleting taps on Windows!
This commit is contained in:
parent
420edf23ad
commit
d9836adbf6
@ -72,6 +72,9 @@ Network::~Network()
|
||||
devPersistentId = _tap->persistentId();
|
||||
delete _tap;
|
||||
}
|
||||
#else
|
||||
if (_tap)
|
||||
delete _tap;
|
||||
#endif
|
||||
|
||||
if (_destroyOnDelete) {
|
||||
|
Loading…
Reference in New Issue
Block a user