Remove needless zeroing after calloc
This commit is contained in:
parent
1d037477f1
commit
35a16f47df
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue