[lib] Memory leak when deleting and re-adding device-mapper entries.
authorKonrad Rzeszutek <konrad@virtualiron.com>
Wed, 17 Dec 2008 22:24:40 +0000 (23:24 +0100)
committerChristophe Varoqui <christophe.varoqui@free.fr>
Wed, 17 Dec 2008 22:24:40 +0000 (23:24 +0100)
commit72496b96b660f4fd296127633132b009706f180f
tree1b1ce69d9095bdb0a99f74aa7d6146fb428675f8
parentd431ffaf68794125280b623ef202ccebe9be61e7
[lib] Memory leak when deleting and re-adding device-mapper entries.

If we remove a map (with configuration details specified in the multipath.conf file)
and later re-add it, the pointer to the config is over-written without first
de-allocating the values.
libmultipath/configure.c