mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 20:15:17 +00:00
* src/xend_internal.c: Dan Berrange pointed out a ref count bug
rhbz#143946 , patch applied daniel
This commit is contained in:
parent
884acf563f
commit
5c0546cdae
@ -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
|
||||
|
@ -3040,7 +3040,6 @@ xenDaemonCreateLinux(virConnectPtr conn, const char *xmlDesc,
|
||||
goto error;
|
||||
}
|
||||
|
||||
dom = virDomainLookupByName(conn, name);
|
||||
free(name);
|
||||
|
||||
return (dom);
|
||||
|
Loading…
x
Reference in New Issue
Block a user