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)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:35:03 +0000 (13:35 -0500)
commitf6f31661d05e392a9f2819c5a0ceff92c1b7656a
treeab8c4691a26e46afb87ce44000ae46585820a85b
parent96a511b6de08385d58998f5ae5f4f569c9b730cf
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