Merge "stdio: simplify __fremovelock()"
This commit is contained in:
commit
6ba5efd59a
@ -205,8 +205,6 @@ __fremovelock(FILE* fp)
|
||||
lock->file = NULL;
|
||||
}
|
||||
lock_table_unlock(t);
|
||||
|
||||
if (lock != NULL)
|
||||
free(lock);
|
||||
free(lock);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user