1
0
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:
Volker Lendecke 2006-02-26 14:20:29 +00:00 committed by Gerald (Jerry) Carter
parent 7c098ca0ae
commit 788e52eb5d

View File

@ -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. */