Free prio_name and checker_name now that we dynamically allocate them.
From: Konrad Rzeszutek <konrad@mars.virtualiron.com>
In earlier releases the prio_name and checker_name would point
to statically allocated values. Now that we strdup them, we need
to free them during shutdown.
---
libmultipath/config.c | 13 ++++++++++++-
1 files changed, 12 insertions(+), 1 deletions(-)