mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
Do not free the not owned error string.
This commit is contained in:
parent
de3486dd1c
commit
81cb2387e0
1 changed files with 0 additions and 1 deletions
|
@ -1085,7 +1085,6 @@ VOID __cdecl CRTDLL_perror (LPCSTR err)
|
|||
{
|
||||
char *err_str = CRTDLL_strerror(CRTDLL_errno);
|
||||
CRTDLL_fprintf(CRTDLL_stderr,"%s: %s\n",err,err_str);
|
||||
CRTDLL_free(err_str);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue