mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
fix warning
This commit is contained in:
parent
72b0a3a892
commit
8d0d326ff9
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ typedef enum {
|
|||
#define PHP_WIN32_IOUTIL_CHECK_PATH_W(pathw, ret, dealloc) do { \
|
||||
if (!PHP_WIN32_IOUTIL_PATH_IS_OK_W(pathw, wcslen(pathw))) { \
|
||||
if (dealloc) { \
|
||||
free(pathw); \
|
||||
free((void *)pathw); \
|
||||
} \
|
||||
SET_ERRNO_FROM_WIN32_CODE(ERROR_ACCESS_DENIED); \
|
||||
return ret; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue