diff --git a/src/rcore.c b/src/rcore.c index 5b2679c95..0b937c873 100644 --- a/src/rcore.c +++ b/src/rcore.c @@ -3681,7 +3681,6 @@ void SetupFramebuffer(int width, int height) static void ScanDirectoryFiles(const char *basePath, FilePathList *files, const char *filter) { static char path[MAX_FILEPATH_LENGTH] = { 0 }; - memset(path, 0, MAX_FILEPATH_LENGTH); struct dirent *dp = NULL; DIR *dir = opendir(basePath);