mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
00e772d747
request. The problem is that the talloc_free() in
smbsrv_send_reply_nosign() frees this reference, but doesn't free the
memory iself, thus leaving it attached to the connection context.
Metze, what was the idea behind this reference? If we need it, then we
need a corresponding talloc_free() to go with it.
(This used to be commit
|
||
---|---|---|
.. | ||
smb | ||
smb2 | ||
config.mk | ||
handle.c | ||
management.c | ||
session.c | ||
smb_server.c | ||
smb_server.h | ||
tcon.c |