coverity fix 286920

This commit is contained in:
iceman1001 2020-04-26 19:28:58 +02:00
parent 04a16ddeb5
commit e36a8ca5fb

View file

@ -122,6 +122,7 @@ int preferences_save(void) {
char* backupFilename = (char *)calloc(fnLen, sizeof(uint8_t));
if (backupFilename == NULL) {
PrintAndLogEx(ERR, "failed to allocate memory");
free(fn);
return PM3_EMALLOC;
}
snprintf(backupFilename, fnLen, "%s.bak", fn);