# HG changeset patch # User Thinker K.F. Li # Date 1222313382 -28800 # Node ID 52f7566777f9e1a670c6e6a2be68b8b521ea4388 # Parent fce696643b1ec706831e5daa5e70e0e4301f4680 - diff -r fce696643b1e -r 52f7566777f9 src/shape_path.c --- 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));