diff --git a/client/fileutils.c b/client/fileutils.c index a11dbcd2a..b13a092eb 100644 --- a/client/fileutils.c +++ b/client/fileutils.c @@ -473,6 +473,7 @@ int createMfcKeyDump(const char *preferredName, uint8_t sectorsCnt, sector_t *e_ FILE *f = fopen(fileName, "wb"); if (f == NULL) { PrintAndLogEx(WARNING, "Could not create file " _YELLOW_("%s"), fileName); + free(fileName); return PM3_EFILE; } PrintAndLogEx(SUCCESS, "Generating binary key file");