Free macOS pretty interface name

This commit is contained in:
Joseph C. Lehner 2023-10-18 13:01:56 +02:00
parent 98f872c58d
commit 65175a9d8f

View file

@ -1214,6 +1214,10 @@ int ethsock_list_all(void)
printf(" (%s)", dev->description); printf(" (%s)", dev->description);
} }
#endif #endif
#ifdef NMRPFLASH_OSX
free(pretty);
#endif
printf("\n"); printf("\n");
++dev_ok; ++dev_ok;
} }