mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
Remove a redundant TALLOC_FREE
This commit is contained in:
parent
aacb07b1b0
commit
8e348ab865
@ -436,7 +436,6 @@ static NTSTATUS create_aio_child(struct aio_child_list *children,
|
||||
if (socketpair(AF_UNIX, SOCK_STREAM, 0, fdpair) == -1) {
|
||||
status = map_nt_error_from_unix(errno);
|
||||
DEBUG(10, ("socketpair() failed: %s\n", strerror(errno)));
|
||||
TALLOC_FREE(result);
|
||||
goto fail;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user