# HG changeset patch # User Thinker K.F. Li # Date 1248617600 -28800 # Node ID af6adacbed07ff13dff82f134b05b28fe7cae103 # Parent abc420282c70e66b7b858c5118be2423bb0951a8 Make sh_stext object managed by rdman. It should call rdman_shape_man() to make rdman managing the shape object. diff -r abc420282c70 -r af6adacbed07 src/shape_stext.c --- a/src/shape_stext.c Sun Jul 26 15:31:40 2009 +0800 +++ b/src/shape_stext.c Sun Jul 26 22:13:20 2009 +0800 @@ -299,7 +299,9 @@ free(txt_o); txt_o = NULL; } - + + rdman_shape_man(rdman, (shape_t *)txt_o); + return (shape_t *)txt_o; }