fix debug exception with static method (#607)

This commit is contained in:
Tess Gauthier 2022-08-03 10:42:55 -04:00 committed by GitHub
parent ff6cfe6fdf
commit 04dd589b95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1480,7 +1480,7 @@ localtime_r(const time_t *timep, struct tm *result)
return localtime_s(result, timep) == 0 ? result : NULL;
}
static void
void
freezero(void *ptr, size_t sz)
{
if (ptr == NULL)