mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
r13694: Committing patch from Aleksey Fedoseev <aleksey at fedoseev dot net> to NULL
out a pointer after talloc_destroy(). Volker
This commit is contained in:
parent
7c098ca0ae
commit
788e52eb5d
@ -1110,7 +1110,7 @@ files_struct *open_file_ntcreate(connection_struct *conn,
|
||||
DEBUG(0, ("could not get share mode lock\n"));
|
||||
} else {
|
||||
del_deferred_open_entry(lck, mid);
|
||||
talloc_destroy(lck);
|
||||
TALLOC_FREE(lck);
|
||||
}
|
||||
|
||||
/* Ensure we don't reprocess this message. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user