Re: [systemd-devel] [PATCH] sd-bus: fix memory leak in test-bus-chat

2015-05-09 Thread systemd github import bot
Patchset imported to github. Pull request: -- Generated by https://github.com/haraldh/mail2git ___ systemd-devel

[systemd-devel] [PATCH] sd-bus: fix memory leak in test-bus-chat

2015-05-09 Thread Cristian Rodríguez
Building with address sanitizer enabled on GCC 5.1.x a memory leak is reported because we never close the bus, fix it by using cleanup variable attribute. --- src/libsystemd/sd-bus/test-bus-chat.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/libsystemd/sd-bus/test-bus

Re: [systemd-devel] [PATCH] buildsys: *_la_CPPFLAGS takes $(AM_CPPFLAGS) not $(AM_CFLAGS)

2015-05-09 Thread David Herrmann
Hi On Sat, May 9, 2015 at 7:08 PM, Cristian Rodríguez wrote: > --- > Makefile.am | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) Nice catch. Applied! Thanks David > diff --git a/Makefile.am b/Makefile.am > index 1ec1e77..e4d00a8 100644 > --- a/Makefile.am > +++ b/Makefile.am >

[systemd-devel] [PATCH] buildsys: *_la_CPPFLAGS takes $(AM_CPPFLAGS) not $(AM_CFLAGS)

2015-05-09 Thread Cristian Rodríguez
--- Makefile.am | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 1ec1e77..e4d00a8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6333,7 +6333,7 @@ libsystemd_journal_la_SOURCES = \ src/compat-libs/libsystemd-journal.sym libsyste