removed needed pointer deallocation

This commit is contained in:
Václav Šmejkal 2022-12-04 19:18:04 +01:00
parent 2401612ccf
commit cfdcad1c9b
No known key found for this signature in database
GPG Key ID: FD749A97DF2D5E19

View File

@ -74,7 +74,6 @@ logFile initLogger(char *directoryPath)
deallocation: deallocation:
//DEALLOCATION //DEALLOCATION
free(filePath);
free(dateBuffer); free(dateBuffer);
closedir(dir); closedir(dir);