mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-17 20:46:54 +02: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
1 changed files with 3 additions and 0 deletions
|
@ -72,6 +72,9 @@ Network::~Network()
|
|||
devPersistentId = _tap->persistentId();
|
||||
delete _tap;
|
||||
}
|
||||
#else
|
||||
if (_tap)
|
||||
delete _tap;
|
||||
#endif
|
||||
|
||||
if (_destroyOnDelete) {
|
||||
|
|
Loading…
Add table
Reference in a new issue