diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-03-13 13:57:48 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-03-13 13:57:48 +0000 |
commit | 88ba137fe8f55ea98a498a297f4512b3859181c1 (patch) | |
tree | a98587c13cb6139ac2335756d2d50a997206eaec /Detail.c | |
parent | Adding upstream version 4.2+20230302. (diff) | |
download | mdadm-88ba137fe8f55ea98a498a297f4512b3859181c1.tar.xz mdadm-88ba137fe8f55ea98a498a297f4512b3859181c1.zip |
Adding upstream version 4.2+20230304.upstream/4.2+20230304
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'Detail.c')
-rw-r--r-- | Detail.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |