Tools/NetTest - Fixed ip checksum, pcap packet trace, cleanup
[tpg/acess2.git] / Tools / NetTest_Runner / stack.c
index 65f8352..7d5e261 100644 (file)
@@ -111,6 +111,8 @@ int Stack_Start(const char *Subcommand)
                fprintf(stderr, "posix_spawn failed: %s", strerror(rv));
                return 1;
        }
+       
+       posix_spawn_file_actions_destroy(&fa);
 
        return 0;
 }

UCC git Repository :: git.ucc.asn.au