MFC: r199317
Fix a memory leak in acl_from_text() in case the conversion succeeded.
This commit is contained in:
parent
8f51326c68
commit
234c497e6a
@ -257,6 +257,7 @@ acl_from_text(const char *buf_p)
|
||||
}
|
||||
#endif
|
||||
|
||||
free(mybuf_p);
|
||||
return(acl);
|
||||
|
||||
error_label:
|
||||
|
Loading…
x
Reference in New Issue
Block a user