This website requires JavaScript.
Explore
Help
Sign in
jyapayne
/
swig
Watch
1
Star
0
Fork
You've already forked swig
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
b4534a481a
swig
/
Lib
/
javascript
History
Download ZIP
Download TAR.GZ
Eric Wing
b4534a481a
JavaScriptCore: Bug fix for finalizer. The finalizer needs to be set on the objectDefinition, not the classDefinition. Otherwise, all the finalize callbacks get NULL back for the PrivateData and can't free the SwigPrivData, causing massive leakage.
2014-05-18 21:27:54 +02:00
..
jsc
JavaScriptCore: Bug fix for finalizer. The finalizer needs to be set on the objectDefinition, not the classDefinition. Otherwise, all the finalize callbacks get NULL back for the PrivateData and can't free the SwigPrivData, causing massive leakage.
2014-05-18 21:27:54 +02:00
v8
JavaScript: Added missing static modifiers to avoid duplicate symbol problems with multiple SWIG modules.
2014-05-18 21:27:53 +02:00