mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
s3: Remove code TALLOC_FREE already does
This commit is contained in:
parent
307e2d1387
commit
21985a7f10
@ -668,11 +668,7 @@ void reply_to_oplock_break_requests(files_struct *fsp)
|
||||
|
||||
SAFE_FREE(fsp->pending_break_messages);
|
||||
fsp->num_pending_break_messages = 0;
|
||||
if (fsp->oplock_timeout != NULL) {
|
||||
/* Remove the timed event handler. */
|
||||
TALLOC_FREE(fsp->oplock_timeout);
|
||||
fsp->oplock_timeout = NULL;
|
||||
}
|
||||
TALLOC_FREE(fsp->oplock_timeout);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user