Modules/EHCI - Random debug
[tpg/acess2.git] / AcessNative / ld-acess_src / request.c
index c9e8565..5bcf8cd 100644 (file)
@@ -309,6 +309,7 @@ int ReadData(void *Dest, int MaxLength, int Timeout)
        }
        if( ret == 0 ) {
                fprintf(stderr, "[ERROR %i] Connection closed.\n", giSyscall_ClientID);
+               close(gSocket);
                exit(0);
        }
        

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