Index: lib/rtl/actctx.c =================================================================== --- lib/rtl/actctx.c (revision 70788) +++ lib/rtl/actctx.c (working copy) @@ -1407,9 +1407,9 @@ } else if (xmlstr_cmp(&attr_name, languageW)) { + if (!(ai->language = xmlstrdupW(&attr_value))) return FALSE; DPRINT1("Unsupported yet language attribute (%S)\n", ai->language); - if (!(ai->language = xmlstrdupW(&attr_value))) return FALSE; } else {