example server to use cstd free for all build options

This commit is contained in:
toddouska 2015-10-16 14:05:37 -07:00
parent 1bfc7c7921
commit 4141ea8f83

View File

@ -804,7 +804,7 @@ THREAD_RETURN CYASSL_THREAD server_test(void* args)
else
printf("Get list of client's protocol name failed\n");
XFREE(list, NULL, DYNAMIC_TMP_OUT_BUFFER);
free(list);
}
#endif
if(echoData == 0 && throughput == 0) {