mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
source3/rpc_server/svcctl/srv_svcctl_reg.c: fix stackframe leak
svcctl_init_winreg() doesn't free its stackframe. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
bdc59fb538
commit
32c69e6e2a
@ -702,6 +702,7 @@ done:
|
||||
}
|
||||
}
|
||||
regdb_close();
|
||||
talloc_free(tmp_ctx);
|
||||
return ok;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user