We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 263c587 commit a2c87c7Copy full SHA for a2c87c7
win32/readdir.c
@@ -68,6 +68,7 @@ DIR *opendir(const char *dir)
68
69
dp = (DIR *) calloc(1, sizeof(DIR) + (_MAX_FNAME*5+1)*sizeof(char));
70
if (dp == NULL) {
71
+ free(filespecw);
72
free(resolvedw);
73
return NULL;
74
}
0 commit comments