X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/a61b4976bd2085bf0495855b48fcad0d9ed4572e..463ca973e7cf1e866bb60d7cc33d38e473aa4d3d:/client/ui.c diff --git a/client/ui.c b/client/ui.c index 5111e295..d4758525 100644 --- a/client/ui.c +++ b/client/ui.c @@ -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);