summaryrefslogtreecommitdiff
path: root/core/io/multiplayer_api.cpp
diff options
context:
space:
mode:
authorIgnacio Etcheverry <ignalfonsore@gmail.com>2020-05-16 04:03:29 +0200
committerIgnacio Etcheverry <ignalfonsore@gmail.com>2020-05-16 04:30:12 +0200
commit18332a00948705a333b278855f557df7bb630fd7 (patch)
treedd9caaaf0c9b02e259719282ac03f01a25a07af7 /core/io/multiplayer_api.cpp
parent6815bf42b38c7c3dfde419d86dbc1bf012b035b2 (diff)
websocket: Fix crash at exit when not running the editor
EditorDebuggerServer::register_protocol_handler must not be called before editor initialization. Otherwise, if the editor is never initialized, the added StringName will not be released until static destructors are called (instead of being release during editor deinitialization).
Diffstat (limited to 'core/io/multiplayer_api.cpp')
0 files changed, 0 insertions, 0 deletions