]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/comms.c
Add another #ifdef for the __BIONIC__ fix (the effect of setting p_thread to 0 is...
[proxmark3-svn] / client / comms.c
index 86dca3ed425022276c4c976de85ec15bd63b4f79..0c4efa739fa45e5ffb492b67b5054238356a910c 100644 (file)
@@ -364,7 +364,9 @@ void CloseProxmark(void) {
        // Clean up our state
        sp = NULL;
        serial_port_name = NULL;
+#ifdef __BIONIC__
        memset(&USB_communication_thread, 0, sizeof(pthread_t));
+#endif
 }
 
 
Impressum, Datenschutz