]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/ui.c
FIX: hf mf eload - now supports specifying 0,1,2,4 in card memory for the file to...
[proxmark3-svn] / client / ui.c
index 5111e2952b993c21664e04bea6c153843878356c..d475852549403a10ac03987242048ed12965e2ed 100644 (file)
@@ -79,6 +79,7 @@ void PrintAndLog(char *fmt, ...)
                vfprintf(logfile, fmt, argptr2);
                fprintf(logfile,"\n");
                fflush(logfile);
+               fclose(logfile);  // ICEMAN,  this logfile is never closed?!?
        }
        va_end(argptr2);
 
Impressum, Datenschutz