Message ID | 20230303162135.45831-3-colyli@suse.de (mailing list archive) |
---|---|
State | Accepted, archived |
Headers | show |
Series | rebased patch set from Wu Guanghao | expand |
diff --git a/util.c b/util.c index b0b7aec4..9f1e1f7c 100644 --- a/util.c +++ b/util.c @@ -432,6 +432,8 @@ int parse_layout_faulty(char *layout) m = xstrdup(layout); m[ln] = 0; mode = map_name(faultylayout, m); + free(m); + if (mode == UnSet) return -1;