adapt load dump file refactoring else where

This commit is contained in:
iceman1001 2022-05-15 23:56:35 +02:00
parent d4c3082741
commit f38a3ad762
11 changed files with 85 additions and 493 deletions

View file

@ -1911,7 +1911,6 @@ int pm3_load_dump(const char *fn, void **pdump, size_t *dumplen, size_t maxdumpl
if (res != PM3_SUCCESS) {
PrintAndLogEx(FAILED, "File: " _YELLOW_("%s") ": not found or locked.", fn);
PrintAndLogEx(INFO, "%d", res);
free(*pdump);
return PM3_EFILE;
}