mirror of https://github.com/FreeRDP/FreeRDP
FIX: error checking (#8181)
This commit is contained in:
parent
d8ac6e978e
commit
98db5691e1
|
@ -588,8 +588,6 @@ static WCHAR* wf_format_text(const WCHAR* fmt, ...)
|
|||
int rc;
|
||||
size_t size = 0;
|
||||
WCHAR* buffer = NULL;
|
||||
if (!buffer)
|
||||
return NULL;
|
||||
|
||||
do
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue