libvirt/src/nwfilter
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
..
nwfilter_dhcpsnoop.c Create directory for lease files if it's missing 2013-07-16 19:46:31 +02:00
nwfilter_dhcpsnoop.h
nwfilter_driver.c nwfilter: Don't fail to start if DBus isn't available 2013-08-19 16:31:57 +02:00
nwfilter_driver.h
nwfilter_ebiptables_driver.c nwfilter: Use -m conntrack rather than -m state 2013-08-06 20:30:46 -04:00
nwfilter_ebiptables_driver.h
nwfilter_gentech_driver.c Stop free'ing 'const char *' strings 2013-09-05 11:28:01 +01:00
nwfilter_gentech_driver.h
nwfilter_learnipaddr.c
nwfilter_learnipaddr.h