diff src/shape_path.c @ 149:52f7566777f9

-
author Thinker K.F. Li <thinker@branda.to>
date Thu, 25 Sep 2008 11:29:42 +0800
parents e96a584487af
children b90abd31a281
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));