Skip to content

Commit

Permalink
#233: in case copy fails due to object does not exist. allocated mail…
Browse files Browse the repository at this point in the history
…_object was not freed
  • Loading branch information
jrse committed Jan 18, 2019
1 parent 183b145 commit 3de64f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/storage-rbox/rbox-copy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,6 @@ static int rbox_mail_storage_try_copy(struct mail_save_context **_ctx, struct ma
if (ctx->moving != TRUE) {
if (copy_mail(ctx, rados_storage, rmail, &ns_src, &ns_dest) < 0) {
FUNC_END_RET("ret == -1, copy mail failed");
i_debug("OK COPY MAIL FAILED");
return -1;
}
}
Expand Down

0 comments on commit 3de64f3

Please sign in to comment.