vc6/lxp.def

Fri, 23 Apr 2021 17:53:31 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Fri, 23 Apr 2021 17:53:31 +0100
changeset 28
0584f8251f88
parent 0
24d141cb2d1e
permissions
-rw-r--r--

tests: Add test for correct GC with circular references

This tests for an issue fixed by a8caec6c5429, where a callback holding a
reference to the parser object was never collected. This was due to use of
luaL_ref() which forced a reference to the callbacks table even when the
parser was otherwise not referenced.

LIBRARY		lxp.dll

DESCRIPTION "LuaExpat"

VERSION 1.0.2

EXPORTS

luaopen_lxp

mercurial