final change list change?

This commit is contained in:
Eric House 2020-04-30 09:21:30 -07:00
parent 5eef348a6c
commit 2d6aa1d019
2 changed files with 2 additions and 2 deletions

View file

@ -27,9 +27,11 @@
<h3>New with this release</h3>
<ul>
<li>Fix timing problems when the "Phonies" setting is DISALLOW</li>
<li>Speed up board drawing</li>
<li>Clean up "Edit player" dialog</li>
<li>Add support for Hungarian wordlists</li>
<li>Fix a rare crash closing wordlists</li>
<li>Fix crashes reported through the Play Store (thanks!)</li>
<li>Include new Turkish translation (via Weblate)</li>
</ul>

View file

@ -2397,7 +2397,6 @@ Java_org_eehouse_android_xw4_jni_XwJNI_board_1sendChat
////////////////////////////////////////////////////////////
typedef struct _DictIterData {
JNIEnv* env;
JNIGlobalState* globalState;
JNIUtilCtxt* jniutil;
VTableMgr* vtMgr;
@ -2428,7 +2427,6 @@ Java_org_eehouse_android_xw4_jni_XwJNI_dict_1iter_1init
jname, jDictBytes, jpath, NULL, false );
if ( !!dict ) {
DictIterData* data = XP_CALLOC( globalState->mpool, sizeof(*data) );
data->env = env;
data->globalState = globalState;
data->vtMgr = make_vtablemgr( MPPARM_NOCOMMA(globalState->mpool) );
data->jniutil = globalState->jniutil;