X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c9667cda38388d1f82f805d6d8cdcdca4a1ae877..e37a28a0de36b98a02e03ea11c9a75a38d65ae10:/src/os2/menuitem.cpp diff --git a/src/os2/menuitem.cpp b/src/os2/menuitem.cpp index 6c912fc3e6..ca9fc82f00 100644 --- a/src/os2/menuitem.cpp +++ b/src/os2/menuitem.cpp @@ -135,6 +135,8 @@ wxMenuItem::wxMenuItem( #endif // owner drawn { wxASSERT_MSG(pParentMenu != NULL, wxT("a menu item should have a parent")); + memset(&m_vMenuData, '\0', sizeof(m_vMenuData)); + m_vMenuData.id = (USHORT)nId; Init(); } // end of wxMenuItem::wxMenuItem