mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
debug: tracing error path
This commit is contained in:
parent
c440bb0742
commit
c3e0ef1a5e
@ -335,7 +335,8 @@ int lvm_shell(struct cmd_context *cmd, struct cmdline_context *cmdline)
|
|||||||
free(input);
|
free(input);
|
||||||
|
|
||||||
if (cmd->cmd_report.report_group) {
|
if (cmd->cmd_report.report_group) {
|
||||||
dm_report_group_destroy(cmd->cmd_report.report_group);
|
if (!dm_report_group_destroy(cmd->cmd_report.report_group))
|
||||||
|
stack;
|
||||||
cmd->cmd_report.report_group = NULL;
|
cmd->cmd_report.report_group = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user