mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07: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
|
// clean up mutex
|
||||||
pthread_mutex_destroy(&print_lock);
|
pthread_mutex_destroy(&print_lock);
|
||||||
|
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue