Loading lib/memdebug.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -441,7 +441,7 @@ int curl_fclose(FILE *file, int line, const char *source) { { int res; int res; DEBUGDEBUGASSERT(file != NULL); DEBUGASSERT(file != NULL); res=fclose(file); res=fclose(file); Loading Loading
lib/memdebug.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -441,7 +441,7 @@ int curl_fclose(FILE *file, int line, const char *source) { { int res; int res; DEBUGDEBUGASSERT(file != NULL); DEBUGASSERT(file != NULL); res=fclose(file); res=fclose(file); Loading