From 6236ffc69d77d47f07ec523b3f211e90ee745b9a Mon Sep 17 00:00:00 2001 From: Chris Teubert Date: Tue, 24 Mar 2015 09:36:57 -0700 Subject: [PATCH] Fixed closeUDP bug in CPP Tests --- TestScripts/CPP Tests/main.cpp | 1 + 1 file changed, 1 insertion(+) 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