MFC: r199317

Fix a memory leak in acl_from_text() in case the conversion succeeded.
This commit is contained in:
Christian Brueffer 2009-11-23 09:10:08 +00:00
parent 8f51326c68
commit 234c497e6a

View File

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