Re: [libvirt] [PATCH 02/14] Use virURIFree instead of xmlFreeURI

2012-03-21 Thread Osier Yang
On 2012年03月21日 01:33, Daniel P. Berrange wrote: From: Daniel P. Berrangeberra...@redhat.com Since we defined a custom virURIPtr type, we should use a virURIFree method instead of assuming it will always be a typedef for xmlURIPtr * src/util/viruri.c, src/util/viruri.h,

[libvirt] [PATCH 02/14] Use virURIFree instead of xmlFreeURI

2012-03-20 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com Since we defined a custom virURIPtr type, we should use a virURIFree method instead of assuming it will always be a typedef for xmlURIPtr * src/util/viruri.c, src/util/viruri.h, src/libvirt_private.syms: Add a virURIFree method * src/datatypes.c,