diff options
-rw-r--r-- | source3/lib/system.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/system.c b/source3/lib/system.c index 1783fda6ab..48623b9815 100644 --- a/source3/lib/system.c +++ b/source3/lib/system.c @@ -1543,7 +1543,7 @@ int sys_popen(const char *command) err_exit: SAFE_FREE(entry); - SAFE_FREE(argl); + TALLOC_FREE(argl); close(pipe_fds[0]); close(pipe_fds[1]); return -1; |