Re: [libvirt] [PATCH 2/5] phyp: Reduce code duplication in error and success paths

2011-04-14 Thread Matthias Bolte
2011/4/11 Daniel Veillard : > On Sat, Apr 09, 2011 at 11:59:08AM +0200, Matthias Bolte wrote: >> Also fix memory leaks along the way in phypCreateServerSCSIAdapter and >> phypAttachDevice. >> --- >>  src/phyp/phyp_driver.c |  592 >> +++- >>  1 files chan

Re: [libvirt] [PATCH 2/5] phyp: Reduce code duplication in error and success paths

2011-04-10 Thread Daniel Veillard
On Sat, Apr 09, 2011 at 11:59:08AM +0200, Matthias Bolte wrote: > Also fix memory leaks along the way in phypCreateServerSCSIAdapter and > phypAttachDevice. > --- > src/phyp/phyp_driver.c | 592 > +++- > 1 files changed, 289 insertions(+), 303 deletion

[libvirt] [PATCH 2/5] phyp: Reduce code duplication in error and success paths

2011-04-09 Thread Matthias Bolte
Also fix memory leaks along the way in phypCreateServerSCSIAdapter and phypAttachDevice. --- src/phyp/phyp_driver.c | 592 +++- 1 files changed, 289 insertions(+), 303 deletions(-) diff --git a/src/phyp/phyp_driver.c b/src/phyp/phyp_driver.c index bd50