Skip to content

Commit

Permalink
jmap_api: free newacl after use
Browse files Browse the repository at this point in the history
  • Loading branch information
rsto committed Apr 13, 2021
1 parent 9b0d715 commit 630597a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions imap/jmap_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -2989,6 +2989,7 @@ static int set_upload_rights(const char *accountid)
}

mailbox_close(&mbox);
free(newacl);

return 0;
}
Expand Down

0 comments on commit 630597a

Please sign in to comment.