Remove needless zeroing after calloc

This commit is contained in:
Michael McConville 2017-12-09 02:33:44 -07:00
parent 1d037477f1
commit 35a16f47df
1 changed files with 0 additions and 1 deletions

View File

@ -315,7 +315,6 @@ get_mail_address_list(Calendar *c) {
}
address = calloc(address_len+1, 1);
memset(address, 0, address_len);
for (i = 0; i < pos_cnt; i++) {
ad = (Access_data *)CmDataListGetData(ge->access_data,