[fflush] remove of unnecessary fflush

This commit is contained in:
Armin Novak 2023-10-25 13:05:23 +02:00 committed by akallabeth
parent cf76e70e85
commit 60ceff95c5
2 changed files with 1 additions and 3 deletions

View File

@ -139,7 +139,6 @@ static BOOL wf_end_paint(rdpContext* context)
PostMessage(wfc->hwnd, WM_FREERDP_SHOWWINDOW, 0, 0);
WLog_INFO(TAG, "Window is shown!");
fflush(stdout);
}
return TRUE;
}
@ -1045,7 +1044,6 @@ static DWORD WINAPI wf_client_thread(LPVOID lpParam)
continue;
WLog_ERR(TAG, "Failed to check FreeRDP file descriptor");
fflush(stdout);
break;
}
}

View File

@ -1122,7 +1122,7 @@ BOOL rts_read_pdu_header(wStream* s, rpcconn_hdr_t* header)
return FALSE;
WLog_DBG(TAG, "Reading PDU type %s", rts_pdu_ptype_to_string(header->common.ptype));
fflush(stdout);
switch (header->common.ptype)
{
case PTYPE_ALTER_CONTEXT: