Re: [UFO-devel] ufo::UObject::trackPointer()
Status: Beta
Brought to you by:
schmidtjf
From: Johannes S. <sch...@us...> - 2005-08-31 15:31:41
|
On Monday 22 August 2005 05:41, Andreas Beckermann wrote: > Hi > there is a problem with ufo::UObject::trackPointer() versus > ufo::UObject::releasePointer(): > trackPointer() adds and references the given pointer unconditionally. > However releasePointer() _releases_ the pointer once, but _removes_ it as > often as it appears in the list. I have changed releasePointer to remove only the first occurence of the pointer in the list. This should fix the problem. Regards, Johannes |