* src/xend_internal.c: Dan Berrange pointed out a ref count bug

rhbz#143946 , patch applied
daniel
This commit is contained in:
Daniel Veillard 2006-12-18 22:08:22 +00:00
parent 884acf563f
commit 5c0546cdae
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Mon Dec 18 23:11:53 CET 2006 Daniel Veillard <veillard@redhat.com>
* src/xend_internal.c: Dan Berrange pointed out a ref count bug
rhbz#143946 , patch applied
Thu Dec 14 10:58:00 CET 2006 Daniel Veillard <veillard@redhat.com>
* po/*.po po/libvirt.pot: merged new ms transations, updated

View File

@ -3040,7 +3040,6 @@ xenDaemonCreateLinux(virConnectPtr conn, const char *xmlDesc,
goto error;
}
dom = virDomainLookupByName(conn, name);
free(name);
return (dom);