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:
parent
1d037477f1
commit
35a16f47df
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue