davidben / nspluginwrapper

A cross-platform NPAPI plugin viewer
http://nspluginwrapper.org
GNU General Public License v2.0
23 stars 10 forks source link

NPRuntime bridge is very leaky #23

Closed davidben closed 13 years ago

davidben commented 13 years ago

Stub objects on one side often don't get told when they get deallocated. Also it involves this hacky delayed calls mechanism.

Closing this when npobject-bridge is merged.

davidben commented 13 years ago

I'm going to call this fixed. npobject-bridge seems to be working as expected and printing out statistics shows no evidence of stub or proxy leaks. Merged to master.