1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-03 13:47:25 +03:00
Ralph Boehme c338bdf5a4 s3:mdssvc: add missing mds_ctx deallocation
The mds_ctx object was created in _mdssvc_open() as a talloc child of the pipe
which means as long as the pipe is connected it's not freed.

To ensure we do proper rundown of all resources including backend connections
and pending queries, we must free the mds_ctx object.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Noel Power <noel.power@suse.com>
2019-10-09 14:35:29 +00:00
..
2019-10-02 08:01:40 +00:00
2019-04-11 23:35:15 +00:00
2018-12-20 23:40:25 +01:00
2019-03-18 19:21:22 +00:00
2019-03-18 19:21:22 +00:00
2019-03-18 19:21:22 +00:00
2019-03-18 19:21:22 +00:00
2019-08-08 20:24:32 +00:00