FIX: error checking (#8181)

This commit is contained in:
Kang Lin 2022-09-07 15:23:48 +08:00 committed by GitHub
parent d8ac6e978e
commit 98db5691e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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
{