diff options
Diffstat (limited to 'meta-oe/recipes-support/syslog-ng/files/Fix-the-memory-leak-problem-when-HAVE_ENVIRON-defined.patch')
-rw-r--r-- | meta-oe/recipes-support/syslog-ng/files/Fix-the-memory-leak-problem-when-HAVE_ENVIRON-defined.patch | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/syslog-ng/files/Fix-the-memory-leak-problem-when-HAVE_ENVIRON-defined.patch b/meta-oe/recipes-support/syslog-ng/files/Fix-the-memory-leak-problem-when-HAVE_ENVIRON-defined.patch index 2ac9c0be0..5d481f232 100644 --- a/meta-oe/recipes-support/syslog-ng/files/Fix-the-memory-leak-problem-when-HAVE_ENVIRON-defined.patch +++ b/meta-oe/recipes-support/syslog-ng/files/Fix-the-memory-leak-problem-when-HAVE_ENVIRON-defined.patch | |||
@@ -4,9 +4,11 @@ Upstream-Status: Pending | |||
4 | 4 | ||
5 | Signed-off-by: Xufeng Zhang <xufeng.zhang@windriver.com> | 5 | Signed-off-by: Xufeng Zhang <xufeng.zhang@windriver.com> |
6 | --- | 6 | --- |
7 | --- a/lib/gprocess.c | 7 | Index: syslog-ng-3.8.1/lib/gprocess.c |
8 | +++ b/lib/gprocess.c | 8 | =================================================================== |
9 | @@ -1421,6 +1421,18 @@ | 9 | --- syslog-ng-3.8.1.orig/lib/gprocess.c |
10 | +++ syslog-ng-3.8.1/lib/gprocess.c | ||
11 | @@ -1432,6 +1432,18 @@ g_process_startup_ok(void) | ||
10 | void | 12 | void |
11 | g_process_finish(void) | 13 | g_process_finish(void) |
12 | { | 14 | { |