mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-01 23:10:52 +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();
|
devPersistentId = _tap->persistentId();
|
||||||
delete _tap;
|
delete _tap;
|
||||||
}
|
}
|
||||||
|
#else
|
||||||
|
if (_tap)
|
||||||
|
delete _tap;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (_destroyOnDelete) {
|
if (_destroyOnDelete) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user