# HG changeset patch # User Thinker K.F. Li # Date 1283078900 -28800 # Node ID abd9bbf24545b38f452447e4043a9afc8c9d3550 # Parent 7c73fbc8d700e8b53ab2c9d6d4f21fa9b4287560 mb_obj_destroy for sh_path_t diff -r 7c73fbc8d700 -r abd9bbf24545 src/shape_path.c --- a/src/shape_path.c Sun Aug 29 18:47:06 2010 +0800 +++ b/src/shape_path.c Sun Aug 29 18:48:20 2010 +0800 @@ -376,6 +376,8 @@ static void sh_path_free(shape_t *shape) { sh_path_t *path = (sh_path_t *)shape; + + mb_obj_destroy(path); if(path->user_data) free(path->user_data); free(path);