summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/lib/util_file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/util_file.c b/source3/lib/util_file.c
index 27a078fe79a..a603f018870 100644
--- a/source3/lib/util_file.c
+++ b/source3/lib/util_file.c
@@ -70,7 +70,7 @@ static char *file_pload(const char *syscmd, size_t *size)
/**
Load a pipe into memory and return an array of pointers to lines in the data
- must be freed with file_lines_free().
+ must be freed with TALLOC_FREE.
**/
char **file_lines_pload(const char *syscmd, int *numlines)