On Tue, 2005-02-15 at 18:39 -0500, Stephen Evanchik wrote: > On Mon, 2005-02-14 at 17:46 -0500, [EMAIL PROTECTED] wrote: > Not in the destroy function, in dispose which is where objects are > supposed to unref anything that they hold refs to (that's paraphrased > from an email I discovered.. I'll try and locate it.)
Looks to me like that's another holdover from gnucash1.0 where objects were gtk based. That should be converted from a gtk destroy function to a gobject dispose function. The destroy function will never be called. See near the top of http://developer.gnome.org/doc/API/2.0/gobject/gobject-The-Base-Object-Type.html for information on the dispose function. David
signature.asc
Description: This is a digitally signed message part
_______________________________________________ gnucash-devel mailing list [email protected] https://lists.gnucash.org/mailman/listinfo/gnucash-devel
