You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
544 B
17 lines
544 B
--- |
|
libmultipath/config.c | 2 ++ |
|
1 file changed, 2 insertions(+) |
|
|
|
Index: multipath-tools-130222/libmultipath/config.c |
|
=================================================================== |
|
--- multipath-tools-130222.orig/libmultipath/config.c |
|
+++ multipath-tools-130222/libmultipath/config.c |
|
@@ -437,6 +437,8 @@ restart: |
|
merge_hwe(hwe2, hwe1); |
|
if (hwe_strmatch(hwe2, hwe1) == 0) { |
|
vector_del_slot(hw, i); |
|
+ free_hwe(hwe1); |
|
+ n -= 1; |
|
/* |
|
* Play safe here; we have modified |
|
* the original vector so the outer
|
|
|