diff --git a/TestScripts/CPP Tests/main.cpp b/TestScripts/CPP Tests/main.cpp index 5cc3805..2447a8a 100755 --- a/TestScripts/CPP Tests/main.cpp +++ b/TestScripts/CPP Tests/main.cpp @@ -49,6 +49,7 @@ void closeUDPTest() // closeUDP test struct xpcSocket sendPort = openUDP( 49063, "127.0.0.1", 49009 ); closeUDP(sendPort); sendPort = openUDP( 49063, "127.0.0.1", 49009 ); + closeUDP(sendPort); } void sendReadTest() // send/read Test