Mercurial > MadButterfly
changeset 149:52f7566777f9
-
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Thu, 25 Sep 2008 11:29:42 +0800 |
parents | fce696643b1e |
children | 0824f4804ee0 7ca25f18902f |
files | src/shape_path.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/shape_path.c Thu Sep 25 10:14:19 2008 +0800 +++ b/src/shape_path.c Thu Sep 25 11:29:42 2008 +0800 @@ -677,6 +677,7 @@ cmd_cnt += RESERVED_AIXS; cmd_cnt = (cmd_cnt + 3) & ~0x3; + /*! \todo Use elmpool to manage sh_path_t objects. */ path = (sh_path_t *)malloc(sizeof(sh_path_t)); /*! \todo Remove this memset()? */ memset(&path->shape, 0, sizeof(shape_t));