X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/8fe1a992c771bd7aef1b9a7151fee0645ab59172..55acbb2a3903f7940d0db5fae2e8f4fdab51d1b8:/client/flash.c diff --git a/client/flash.c b/client/flash.c index 0756b2fa..6670d637 100644 --- a/client/flash.c +++ b/client/flash.c @@ -17,10 +17,7 @@ #include "elf.h" #include "proxendian.h" -//static uint32_t ExpectedAddr; -//static uint8_t QueuedToSend[256]; - -// TODO: what the fuckity fuck +// FIXME: what the fuckity fuck unsigned int current_command = CMD_UNKNOWN; #define FLASH_START 0x100000 @@ -253,6 +250,7 @@ int flash_load(flash_file_t *ctx, const char *name, int can_write_bl) if (res < 0) goto fail; + free(phdrs); fclose(fd); ctx->filename = name; return 0;