--- In [email protected], "entropyreduction" <[EMAIL PROTECTED]> wrote: > > Hi Bruce, > > If you revisit plugins programming help page, still needs tidying. > > Are all the above the same? In particular, as I convert form > localcopy/two sigs to ref counting, looks like I need to call > ppsv->ReturningFreeableHandle aka ReturningNewHandle aka > CreatingNewObject every time I create a new handle and return it? >
I don't plan to change the help unless a severe bug is found. Yes, you need to call it this routine for each new object. But beware of switching to reference counting at this stage: I am about to release 4.8 and it is unlikely I will fix any bugs you find in ref counting stuff after I do...
