fixed crash on incorrect HTML input caused by uninitialized variable

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27541 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2004-05-31 22:07:30 +00:00
parent bd7f096d0e
commit 1660c80f45

View File

@ -204,6 +204,7 @@ TAG_HANDLER_BEGIN(OLULLI, "OL,UL,LI")
TAG_HANDLER_CONSTR(OLULLI)
{
m_List = NULL;
m_Numbering = 0;
}