]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
CHG: moved a call to "free" to outside of if-statement.
authoriceman1001 <iceman@iuse.se>
Tue, 9 Feb 2016 13:48:42 +0000 (14:48 +0100)
committericeman1001 <iceman@iuse.se>
Tue, 9 Feb 2016 13:48:42 +0000 (14:48 +0100)
client/proxmark3.c

index 091f6d08a2f5b32b6c435cd4010aa62287f9d11a..907f5e7f79925cff59149124be406535a554c8d1 100644 (file)
@@ -278,6 +278,6 @@ int main(int argc, char* argv[]) {
   
        // clean up mutex
        pthread_mutex_destroy(&print_lock);
-  
+       
        exit(0);
 }
Impressum, Datenschutz