Re: [virt-tools-list] [libosinfo 2/2] loader: Fix one newly introduced leak

2012-12-07 Thread Christophe Fergeau
On Fri, Dec 07, 2012 at 12:10:04PM +0100, Michal Privoznik wrote: > On 07.12.2012 09:30, Christophe Fergeau wrote: > > This is a follow-up to my previous series fixing leaks as a similar > > one was just introduced. > > --- > > osinfo/osinfo_loader.c | 4 +++- > > 1 file changed, 3 insertions(+),

Re: [virt-tools-list] [libosinfo 2/2] loader: Fix one newly introduced leak

2012-12-07 Thread Michal Privoznik
On 07.12.2012 09:30, Christophe Fergeau wrote: > This is a follow-up to my previous series fixing leaks as a similar > one was just introduced. > --- > osinfo/osinfo_loader.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/osinfo/osinfo_loader.c b/osinfo/osinfo_loader.

[virt-tools-list] [libosinfo 2/2] loader: Fix one newly introduced leak

2012-12-07 Thread Christophe Fergeau
This is a follow-up to my previous series fixing leaks as a similar one was just introduced. --- osinfo/osinfo_loader.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/osinfo/osinfo_loader.c b/osinfo/osinfo_loader.c index 62b92f9..e630793 100644 --- a/osinfo/osinfo_loader.c