Fix a memory leak in acl_from_text() in case the conversion succeeded.

Submitted by:	Jim Wilcoxson <prirun@gmail.com>
MFC after:	1 week
This commit is contained in:
brueffer 2009-11-16 09:28:22 +00:00
parent 414ed7a800
commit 0f3100cf28

View File

@ -257,6 +257,7 @@ acl_from_text(const char *buf_p)
}
#endif
free(mybuf_p);
return(acl);
error_label: