1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

r21270: Fix a memleak

(This used to be commit 918031a99c)
This commit is contained in:
Volker Lendecke 2007-02-10 17:46:33 +00:00 committed by Gerald (Jerry) Carter
parent e2821c4238
commit f6558c04fe

View File

@ -495,6 +495,7 @@ static NTSTATUS benchrw_readwrite(struct torture_context *tctx,struct smbcli_req
union smb_write wr;
NT_STATUS_NOT_OK_RETURN(req->status);
talloc_free(req);
state->completed++;
/*rotate between writes and reads*/