fuse: fix memleak

continuing the work of d281971e

Signed-off-by: Csaba Henk <csaba@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>

BUG: 438 (Memory leak)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=438
This commit is contained in:
Csaba Henk 2010-01-05 07:19:40 +00:00 committed by Anand V. Avati
parent 013850c9be
commit 90d18c74de

View File

@ -2398,6 +2398,7 @@ fuse_setxattr (xlator_t *this, fuse_in_header_t *finh, void *msg)
#ifdef DISABLE_POSIX_ACL
if (!strncmp (name, "system.", 7)) {
send_fuse_err (this, finh, EOPNOTSUPP);
FREE (finh);
return;
}
#endif