libvirt/src/node_device
Daniel P. Berrange bbcdd9b5dc Stop free'ing 'const char *' strings
The VIR_FREE() macro will cast away any const-ness. This masked a
number of places where we passed a 'const char *' string to
VIR_FREE. Fortunately in all of these cases, the variable was not
in fact const data, but a heap allocated string. Fix all the
variable declarations to reflect this.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2013-09-05 11:28:01 +01:00
..
node_device_driver.c Convert 'int i' to 'size_t i' in src/node_device/ files 2013-07-10 17:55:16 +01:00
node_device_driver.h node_device: Clean up unused macros 2013-05-13 18:29:02 +08:00
node_device_hal.c Convert 'int i' to 'size_t i' in src/node_device/ files 2013-07-10 17:55:16 +01:00
node_device_hal.h
node_device_linux_sysfs.c nodedev: fix vport detection for FC HBA 2013-06-12 11:08:45 +02:00
node_device_udev.c Stop free'ing 'const char *' strings 2013-09-05 11:28:01 +01:00
node_device_udev.h