mirror of
https://github.com/samba-team/samba.git
synced 2025-11-30 20:23:49 +03:00
fixed a talloc error in the rpc handle desctructor - destructors
should not try to free the ptr they are given
This commit is contained in:
@@ -29,7 +29,6 @@
|
||||
static int dcesrv_handle_destructor(struct dcesrv_handle *h)
|
||||
{
|
||||
DLIST_REMOVE(h->context->handles, h);
|
||||
talloc_free(h);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user