.... aaaaaand... GitHub issue #61 was caused by the fact that we were no longer deleting taps on Windows!

This commit is contained in:
Adam Ierymenko 2014-04-09 15:34:03 -07:00
parent 420edf23ad
commit d9836adbf6

View File

@ -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) {