1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

Remove needless zeroing after calloc

This commit is contained in:
Michael McConville 2017-12-09 02:33:44 -07:00
parent 1d037477f1
commit 35a16f47df

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,