13 lines
419 B
Diff
13 lines
419 B
Diff
diff --git a/src/imap/cmd-copy.c b/src/imap/cmd-copy.c
|
|
index 59a4c7ef753..1ce018ba744 100644
|
|
--- a/src/imap/cmd-copy.c
|
|
+++ b/src/imap/cmd-copy.c
|
|
@@ -309,6 +309,7 @@ static bool cmd_copy_full(struct client_command_context *cmd, bool move)
|
|
mail_search_args_unref(&search_args);
|
|
client_send_box_error(cmd, copy_ctx.srcbox);
|
|
mailbox_free(©_ctx.srcbox);
|
|
+ mailbox_free(&destbox);
|
|
return TRUE;
|
|
}
|
|
}
|