net.close(host)
}
- // profile_deinit(app.profile)
+ profile_deinit(app.profile)
if len(app.profile_password) != 0 {
delete(app.profile_password)
}
- // config_deinit(app.config)
+ config_deinit(app.config)
if len(app.info_bar_content) != 0 {
delete(app.info_bar_content)
// Setup state thread context.
handle_state_thread_context := runtime.default_context()
+ handle_state_thread_context.allocator := context.allocator
handle_state_thread_context.logger = context.logger
handle_state_thread_context.random_generator = context.random_generator