Ensure we always free aio_ex on all error paths by moving the TALLOC_FREE
authorJeremy Allison <jra@samba.org>
Thu, 12 Jan 2012 00:37:48 +0000 (16:37 -0800)
committerJeremy Allison <jra@samba.org>
Thu, 12 Jan 2012 02:10:52 +0000 (03:10 +0100)
commitddc1f3df5183081aeb7c5b97b7fa4426c772346d
tree793b687bdfac179b81f2e5c9b609b294f21791c0
parentf15cf9176df974c8a460db3ce74abf38d3f552ae
Ensure we always free aio_ex on all error paths by moving the TALLOC_FREE
call out of smbd_aio_complete_aio_ex() and into the caller.

Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Thu Jan 12 03:10:52 CET 2012 on sn-devel-104
source3/modules/vfs_aio_fork.c
source3/modules/vfs_aio_pthread.c
source3/smbd/aio.c