Apply memset-calloc.cocci
authorlucas <lucas@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 13 Aug 2010 12:53:08 +0000 (12:53 +0000)
committerlucas <lucas@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 13 Aug 2010 12:53:08 +0000 (12:53 +0000)
commit527b31039b0066175ece3af7c7472ffc514b6ce1
tree5cb1ede885cac7b2df4db05f8b0805252a0826b3
parent5973c87e8838b7079bc755e5a6c529e63ab9df6b
Apply memset-calloc.cocci

Change calls to malloc + memset to calloc whenever an automatic conversion can
be done.

Possible candidates are not treated here, only the ones we can be sure the
conversion is safe.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@51078 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/ecore_config/ecore_config_ipc_main.c