]> git.ipfire.org Git - thirdparty/samba.git/commit
s3:rpc_client: add missing TALLOC_FREE(frame) in cli_rpc_pipe_open()
authorStefan Metzmacher <metze@samba.org>
Fri, 27 Sep 2024 10:00:59 +0000 (12:00 +0200)
committerVolker Lendecke <vl@samba.org>
Sun, 29 Sep 2024 06:56:33 +0000 (06:56 +0000)
commitc3222192a40a2b1608c9c48f0352cb6f18f26d79
treea5b09e3ccbcac90997e342ed94760a63bec002e0
parent03e880931d0a6171826f5ffc33e7b4d86eea54a6
s3:rpc_client: add missing TALLOC_FREE(frame) in cli_rpc_pipe_open()

This was missing in commit 637a8e5270fefaea5c61921d4b6ecfc4455a91aa.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
source3/rpc_client/cli_pipe.c