Use calloc instead of malloc
authorbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 22 Feb 2009 17:14:44 +0000 (17:14 +0000)
committerbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 22 Feb 2009 17:14:44 +0000 (17:14 +0000)
commit9d2ac7d3382fc9cb7d4eb8d6f3d8fccbded5ba98
treeb491d36167d01cd7e8c721e571e5b3bfe9c77a9a
parent6a6f21b7663e92ac0c3d05d8ac0e559c6a1fa506
Use calloc instead of malloc

Use calloc instead of malloc. This will ensure that length in set to zero if no
length is provided from gstreamer.

By: Lars Munch <lars@segv.dk>

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/emotion@39145 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/modules/gstreamer/emotion_gstreamer_pipeline.c