Another compile fix )

This commit is contained in:
AlexeyAB
2019-01-09 13:53:33 +03:00
parent 63a2f005aa
commit 596311e2c7

View File

@ -199,7 +199,7 @@ public:
char *buf = (char *)calloc(1024, sizeof(char));
::recv(s, buf, 1024, 0);
free(buf);
::closesocket(s);
//::closesocket(s);
printf("MJPG_sender: close clinet: %d \n", result);
continue;
}
@ -370,7 +370,7 @@ public:
char *buf = (char *)calloc(1024, sizeof(char));
::recv(s, buf, 1024, 0);
free(buf);
::closesocket(s);
//::closesocket(s);
printf("JSON_sender: close clinet: %d \n", result);
continue;
}