mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-13 04:38:28 +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:
@ -72,6 +72,9 @@ Network::~Network()
|
||||
devPersistentId = _tap->persistentId();
|
||||
delete _tap;
|
||||
}
|
||||
#else
|
||||
if (_tap)
|
||||
delete _tap;
|
||||
#endif
|
||||
|
||||
if (_destroyOnDelete) {
|
||||
|
Reference in New Issue
Block a user