r9807: Use talloc in fd_lines_load() and file_lines_load(). The return
authorJelmer Vernooij <jelmer@samba.org>
Tue, 30 Aug 2005 17:21:41 +0000 (17:21 +0000)
committerJelmer Vernooij <jelmer@samba.org>
Tue, 30 Aug 2005 17:21:41 +0000 (17:21 +0000)
commit57e941b204c23dd09b9d72189069b08ca1b93c3d
treec6bf8ca0b991d76c9e349bb1637a3f88455178b4
parentdd669ae486c036d7ac110aee7d689110e3d91673
r9807: Use talloc in fd_lines_load() and file_lines_load(). The return
value now can be freed using talloc(). I couldn't find the free_lines_list()
function that was supposed to free it before.
source/lib/util_file.c