diff options
author | Chad Austin <chad@chadaustin.me> | 2012-10-30 15:18:22 -0700 |
---|---|---|
committer | Jukka Jylänki <jujjyl@gmail.com> | 2013-04-12 14:21:22 +0300 |
commit | df6ba03eed0f08abe51fb1a5afd3e9d2c94a878f (patch) | |
tree | cae783a07dc835dff00d43296559513b342e62f9 /src/embind/emval.js | |
parent | 1c0c7be7aaf6f231bd29d8b9db68506be6a0a5b1 (diff) |
Fix several ownership/lifetime bugs in argument wire types
Diffstat (limited to 'src/embind/emval.js')
-rw-r--r-- | src/embind/emval.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/embind/emval.js b/src/embind/emval.js index b2adb89a..6552b0a7 100644 --- a/src/embind/emval.js +++ b/src/embind/emval.js @@ -13,11 +13,6 @@ Module.count_emval_handles = function() { return _emval_handle_array.length; }; -Module.reset_emval_handles = function() { - _emval_handle_array = []; - _emval_free_list = []; -}; - // Private C++ API function __emval_register(value) { |