public void close() {
    m_initialized = false;

    if (settings.autoSaveSettings) {
      settings.save();
    }
  }