cog: Use g_malloc() instead of malloc()
authorRobert Swain <robert.swain@collabora.co.uk>
Sun, 27 Jun 2010 15:46:44 +0000 (17:46 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sun, 27 Jun 2010 15:48:50 +0000 (17:48 +0200)
commit960deb823f1e5a0d11ff01dd95273d7e091e98f1
tree49d03c055f4c0a78b4296cb40a84c9829275dbbd
parent144d43bceff9d9d3c8bf0fdb061f0ce99073c880
cog: Use g_malloc() instead of malloc()

malloc() needs stdlib.h, which isn't included here and the
memory is freed later with g_free() anyway.
ext/cog/cogframe.c
ext/cog/cogvirtframe.c