mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-10 23:07:44 +00:00
storage: Need to add virCommandFree()
This commit is contained in:
parent
a2b36ec5db
commit
5e556b60c9
@ -648,6 +648,8 @@ virStorageBackendExecuteMKFS(const char *device,
|
||||
format, device);
|
||||
ret = -1;
|
||||
}
|
||||
|
||||
virCommandFree(cmd);
|
||||
return ret;
|
||||
}
|
||||
#else /* #ifdef MKFS */
|
||||
|
Loading…
Reference in New Issue
Block a user