Thanks for your comment. I've revised doxygen contents and updated in SVN. On Sunday, March 18, 2012, Sebastian Dransfeld wrote:
> On 03/17/2012 11:44 AM, Enlightenment SVN wrote: > > Log: > > ecore_imf: add free memory code in > ecore_imf_context_preedit_string_with_attributes_get example > > > > Author: jihoon > > Date: 2012-03-17 03:44:04 -0700 (Sat, 17 Mar 2012) > > New Revision: 69487 > > Trac: http://trac.enlightenment.org/e/changeset/69487 > > > > Modified: > > trunk/ecore/src/lib/ecore_imf/ecore_imf_context.c > > > > Modified: trunk/ecore/src/lib/ecore_imf/ecore_imf_context.c > > =================================================================== > > --- trunk/ecore/src/lib/ecore_imf/ecore_imf_context.c 2012-03-17 > 10:42:26 UTC (rev 69486) > > +++ trunk/ecore/src/lib/ecore_imf/ecore_imf_context.c 2012-03-17 > 10:44:04 UTC (rev 69487) > > @@ -477,6 +477,14 @@ > > * } > > * } > > * } > > + * > > + * // delete attribute list > > + * if (attrs) > > Pretty sure you don't need this if. > > > + * { > > + * EINA_LIST_FREE(attrs, attr) free(attr); > > + * } > > + * > > + * free(preedit_string); > > * @endcode > > * @since 1.1.0 > > */ > > > > > > > ------------------------------------------------------------------------------ > > This SF email is sponsosred by: > > Try Windows Azure free for 90 days Click Here > > http://p.sf.net/sfu/sfd2d-msazure > > _______________________________________________ > > enlightenment-svn mailing list > > enlightenment-...@lists.sourceforge.net <javascript:;> > > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn > > > > ------------------------------------------------------------------------------ > This SF email is sponsosred by: > Try Windows Azure free for 90 days Click Here > http://p.sf.net/sfu/sfd2d-msazure > _______________________________________________ > enlightenment-devel mailing list > enlightenment-devel@lists.sourceforge.net <javascript:;> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel