Re: [libvirt] [libvirt-php] Fixed set_error when argument is NULL

2011-04-04 Thread Michal Novotny
On 04/02/2011 05:20 AM, Lyre wrote: Avoid freeing a NULL pointer --- src/libvirt-php.c |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/libvirt-php.c b/src/libvirt-php.c index 6a76f45..66b1de9 100644 --- a/src/libvirt-php.c +++ b/src/libvirt-php.c @@

[libvirt] [libvirt-php] Fixed set_error when argument is NULL

2011-04-01 Thread Lyre
Avoid freeing a NULL pointer --- src/libvirt-php.c |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/libvirt-php.c b/src/libvirt-php.c index 6a76f45..66b1de9 100644 --- a/src/libvirt-php.c +++ b/src/libvirt-php.c @@ -237,12 +237,16 @@ PHP_MINFO_FUNCTION(libvirt)