CHG: moved a call to "free" to outside of if-statement.

This commit is contained in:
iceman1001 2016-02-09 14:48:42 +01:00
parent a0048c6967
commit 46a33c182d

View file

@ -278,6 +278,6 @@ int main(int argc, char* argv[]) {
// clean up mutex
pthread_mutex_destroy(&print_lock);
exit(0);
}