--- In [email protected], "brucexs" <bswit...@...> wrote: > > What happens if just before the class.unload you delete the vdata > vector, then do a win.debug(myviewstruct.numobjects)
The handle to myviewstruct is not available in that routine. But! Explicitly destroying the local vdata vector does seem to resolve the issue (doesn't crash on reuse without unloading class plugin). Regards, Sheri
