Commit 9b3ec4fb authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

mlang: Release EnumRfc1766 object.

parent 46906871
......@@ -677,6 +677,7 @@ static void test_rfc1766(IMultiLanguage2 *iML2)
ok(n == 1, "couldn't fetch 1 RFC1766INFO structure\n");
ok(IsValidLocale(info.lcid, LCID_SUPPORTED), "invalid lcid %04x\n", info.lcid);
}
IEnumRfc1766_Release(pEnumRfc1766);
}
static void test_GetLcidFromRfc1766(IMultiLanguage2 *iML2)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment