Download Firefox: WindowsMac OS X
logo       
Google Custom Search
    AddThis Social Bookmark Button

Re: mkref / unref: msg#00005

Subject: Re: mkref / unref
Laurent Marzullo wrote:
Hello,

When should I write gdome_xxx_unref( ... ) ?

Should I write unref for each and only each mkref or should
I also write unref when getting object via other method ?

The latter.


Ex:
void
my_function( void )
{
    GdomeElement* elt = gdome_doc_documentElement( mydoc , &excp );
// Shoul I write gdome_el_unref( elt , &excp );
    // or not ?
}


// You should

Thanks very much



<Prev in Thread] Current Thread [Next in Thread>