@Override
  protected void onDestroy() {
    MyLog.v(TAG, "onDestroy()");

    mMemorizeEng.releaseMemorizeEng();

    super.onDestroy();
  }