1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

s3: Fix Coverity ID 710791 Resource leak

Signed-off-by: Stefan Metzmacher <metze@samba.org>

Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Tue Jul 31 13:34:53 CEST 2012 on sn-devel-104
This commit is contained in:
Volker Lendecke
2012-07-30 14:50:52 +02:00
committed by Stefan Metzmacher
parent 3bc1f4570e
commit eaa381a292

View File

@ -577,6 +577,7 @@ dos_attr_query(SMBCCTX *context,
&inode)) {
errno = SMBC_errno(context, srv->cli);
DEBUG(5, ("dos_attr_query Failed to query old attributes\n"));
TALLOC_FREE(ret);
return NULL;
}