commit | 577e51a5abdda97ffce73637d67f5f88d7e93ac7 | [log] [tgz] |
---|---|---|
author | Pavel Reichl <preichl@redhat.com> | Thu Dec 14 21:25:49 2023 +0100 |
committer | Carlos Maiolino <cem@kernel.org> | Tue Mar 12 15:42:04 2024 +0100 |
tree | 514393e1486360769287c1884806ca9b049f1f06 | |
parent | 8e97f9c2b3c362fa6dd872d72594713c713479bc [diff] |
xfsdump: Fix memory leak Fix memory leak found by coverity. >>> CID 1554295: Resource leaks (RESOURCE_LEAK) >>> Failing to save or free storage allocated by strdup(path) leaks it. Reviewed-by: "Darrick J. Wong" <djwong@kernel.org> Signed-off-by: Pavel Reichl <preichl@redhat.com> Signed-off-by: Carlos Maiolino <cem@kernel.org>