mirror of https://gitee.com/openkylin/libvirt.git
*** empty log message ***
This commit is contained in:
parent
506629e619
commit
8c0c10475d
|
@ -1,3 +1,8 @@
|
|||
Fri Dec 12 13:16:05 +0100 2008 Jim Meyering <meyering@redhat.com>
|
||||
|
||||
libvirtd: plug a nominal leak
|
||||
* qemud/qemud.c (qemudRunLoop): Free server->workers.
|
||||
|
||||
Fri Dec 12 12:19:56 +0100 2008 Jim Meyering <meyering@redhat.com>
|
||||
|
||||
remove unused xmlrpc-related files
|
||||
|
|
|
@ -1919,6 +1919,7 @@ static int qemudRunLoop(struct qemud_server *server) {
|
|||
pthread_mutex_lock(&server->lock);
|
||||
}
|
||||
|
||||
free(server->workers);
|
||||
pthread_mutex_unlock(&server->lock);
|
||||
return ret;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue