mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-28 19:31:19 +08:00
CHG: moved a call to "free" to outside of if-statement.
This commit is contained in:
parent
a0048c6967
commit
46a33c182d
1 changed files with 1 additions and 1 deletions
|
@ -278,6 +278,6 @@ int main(int argc, char* argv[]) {
|
|||
|
||||
// clean up mutex
|
||||
pthread_mutex_destroy(&print_lock);
|
||||
|
||||
|
||||
exit(0);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue