[libvirt] [PATCH] nwfilter: Fix memory leak on daemon init and shutdown

2010-04-12 Thread Stefan Berger
This patch fixes a memory leak on daemon init and shutdown. The module was initialized twice and not shut down. Signed-off-by: Stefan Berger stef...@us.ibm.com --- src/nwfilter/nwfilter_driver.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Index:

Re: [libvirt] [PATCH] nwfilter: Fix memory leak on daemon init and shutdown

2010-04-12 Thread Daniel Veillard
On Mon, Apr 12, 2010 at 07:56:47AM -0400, Stefan Berger wrote: This patch fixes a memory leak on daemon init and shutdown. The module was initialized twice and not shut down. Signed-off-by: Stefan Berger stef...@us.ibm.com --- src/nwfilter/nwfilter_driver.c |3 ++- 1 file changed,

Re: [libvirt] [PATCH] nwfilter: Fix memory leak on daemon init and shutdown

2010-04-12 Thread Stefan Berger
Daniel Veillard veill...@redhat.com wrote on 04/12/2010 08:07:32 AM: Please respond to veillard On Mon, Apr 12, 2010 at 07:56:47AM -0400, Stefan Berger wrote: This patch fixes a memory leak on daemon init and shutdown. The module was initialized twice and not shut down.