diff --git a/ethsock.c b/ethsock.c index e3a2f36..1468833 100644 --- a/ethsock.c +++ b/ethsock.c @@ -1214,6 +1214,10 @@ int ethsock_list_all(void) printf(" (%s)", dev->description); } #endif + +#ifdef NMRPFLASH_OSX + free(pretty); +#endif printf("\n"); ++dev_ok; }