godot/modules/gdnative
karroffel 9786b51601 [GDNative] fix crash at shutdown when using singleton libraries and NativeScript
When a singleton library was exposing NativeScript functionality,
the NativeScriptLanguage would attempt to terminate the library at
shutdown.

Since the GDNative module itself handles singleton libraries,
it closes all singleton libraries at shutdown as well. This double free
could cause a crash, since the library referenced would no longer be alive.
2019-03-09 18:01:08 +01:00
..
android Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
arvr Fix warnings seen with -Wignored-qualifiers. 2019-02-21 20:24:29 +01:00
doc_classes doc: Sync classref with current source + AUTHORS edit 2019-01-10 14:34:29 +01:00
gdnative added godot_dictionary_get_with_default to GDNative 2019-02-21 20:12:57 +01:00
include Fixing C compatiblity for GDNative NET module 2019-02-24 21:23:23 +01:00
nativescript [GDNative] fix crash at shutdown when using singleton libraries and NativeScript 2019-03-09 18:01:08 +01:00
net Fixing C compatiblity for GDNative NET module 2019-02-24 21:23:23 +01:00
pluginscript Make direct casting among Error and godot_error enums (#23015). 2019-02-18 10:26:22 +01:00
videodecoder Fixed crash on loading GDNative videos. 2019-03-06 22:56:36 +01:00
config.py doc: Sync classref with current source + AUTHORS edit 2019-01-10 14:34:29 +01:00
gdnative_api.json Fixing C compatiblity for GDNative NET module 2019-02-24 21:23:23 +01:00
gdnative_builders.py Fixing C compatiblity for GDNative NET module 2019-02-24 21:23:23 +01:00
gdnative_library_editor_plugin.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
gdnative_library_editor_plugin.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
gdnative_library_singleton_editor.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
gdnative_library_singleton_editor.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
gdnative.cpp [GDNative] fix crash at shutdown when using singleton libraries and NativeScript 2019-03-09 18:01:08 +01:00
gdnative.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
register_types.cpp Add -Wshadow=local to warnings and fix reported issues. 2019-02-20 19:44:12 +01:00
register_types.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
SCsub Added interface for GDNative Videodecoder. 2018-12-13 15:19:09 +01:00