mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
virtlogd: Fix a couple minor memory leaks
https://bugzilla.redhat.com/show_bug.cgi?id=1303885
This commit is contained in:
parent
d713a6b120
commit
cdced0128a
@ -1212,6 +1212,8 @@ int main(int argc, char **argv) {
|
||||
VIR_FREE(sock_file);
|
||||
VIR_FREE(state_file);
|
||||
VIR_FREE(run_dir);
|
||||
VIR_FREE(remote_config_file);
|
||||
virLogDaemonConfigFree(config);
|
||||
return ret;
|
||||
|
||||
no_memory:
|
||||
|
Loading…
Reference in New Issue
Block a user