Message ID | 20230303162135.45831-4-colyli@suse.de (mailing list archive) |
---|---|
State | Accepted, archived |
Headers | show |
Series | rebased patch set from Wu Guanghao | expand |
diff --git a/Detail.c b/Detail.c index ce7a8445..4ef26460 100644 --- a/Detail.c +++ b/Detail.c @@ -303,6 +303,7 @@ int Detail(char *dev, struct context *c) if (path) printf("MD_DEVICE_%s_DEV=%s\n", sysdev, path); + free(sysdev); } } goto out;