|
From: Chris F. <cd...@fo...> - 2010-08-25 18:10:12
|
On Wed, Aug 25, 2010 at 01:52:12PM -0400, Adenilson Cavalcanti wrote: > > Perhaps libgcal needs a cleanup function of its own, that the application > > should call when closing. ?i.e. the sample apps should call libgcal's > > cleanup function, which then calls xmlCleanupParser(). > > Maybe adding a call to it when the gcal_t context is destroyed? I think it should be a separate call, because an application might be finished with libgcal but not finished with libxml2, and needs to have control over when libxml2 goes away. - Chris |