Explorar el Código

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

Adam Ierymenko hace 11 años
padre
commit
d9836adbf6
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      node/Network.cpp

+ 3 - 0
node/Network.cpp

@@ -72,6 +72,9 @@ Network::~Network()
 		devPersistentId = _tap->persistentId();
 		delete _tap;
 	}
+#else
+	if (_tap)
+		delete _tap;
 #endif
 
 	if (_destroyOnDelete) {