* tests/test-duplocale.c (test_with_uselocale): Disconnect the mixed2
locale from the current thread before freeing it.
+2017-09-23 Bruno Haible <bruno@clisp.org>
+
+ duplocale tests: Fix test crash on Linux/x86.
+ * tests/test-duplocale.c (test_with_uselocale): Disconnect the mixed2
+ locale from the current thread before freeing it.
+
2017-09-21 Paul Eggert <eggert@cs.ucla.edu>
mktime: port to OpenVMS
}
setlocale (LC_ALL, "C");
+ uselocale (LC_GLOBAL_LOCALE);
freelocale (mixed1);
freelocale (mixed2);
freelocale (perthread);