1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

r23883: Fix Coverity ID 380

(This used to be commit 5eda562f2b)
This commit is contained in:
Volker Lendecke 2007-07-16 07:44:23 +00:00 committed by Gerald (Jerry) Carter
parent c9da49790e
commit 7ba884db5d

View File

@ -131,6 +131,8 @@ static NTSTATUS cmd_echo_source_data(struct rpc_pipe_client *cli,
}
done:
SAFE_FREE(out_data);
return result;
}