1
0
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:
Volker Lendecke 2008-04-11 23:14:53 +02:00
parent aacb07b1b0
commit 8e348ab865

View File

@ -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;
}