libvirt/src/parallels
John Ferlan 0da9a8a8bf parallels: Resolve Coverity USE_AFTER_FREE
Coverity complains that calling virNetworkDefFree(def), then jumping
to the cleanup: label which calls virNetworkDefFree(def) could result
in a double_free.  Just remove the call from the if statement.
2014-08-27 12:52:26 -04:00
..
parallels_driver.c Parallels: Change config report errors code. 2014-08-22 14:31:29 +02:00
parallels_driver.h Change file names in comments to match the files they are in 2014-03-10 14:26:04 +01:00
parallels_network.c parallels: Resolve Coverity USE_AFTER_FREE 2014-08-27 12:52:26 -04:00
parallels_storage.c Do not call closedir with NULL argument 2014-06-23 14:16:23 +02:00
parallels_utils.c Indent top-level labels by one space in src/parallels/ 2014-03-25 14:58:39 +01:00
parallels_utils.h Parallels: add domainGetVcpus() 2014-06-06 06:29:52 -06:00