git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31463
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
else
{
// ...or remove the attribute
else
{
// ...or remove the attribute
- m_attrs.RemoveAt((size_t)n);
+ m_attrs[n].attr->DecRef();
+ m_attrs.RemoveAt(n);
else
{
// ...or remove the attribute
else
{
// ...or remove the attribute
- m_attrs.RemoveAt((size_t)n);
+ m_attrs[n].attr->DecRef();
+ m_attrs.RemoveAt(n);
rowOrCol += numRowsOrCols;
else
{
rowOrCol += numRowsOrCols;
else
{
- m_rowsOrCols.RemoveAt((size_t)n);
- m_attrs.RemoveAt((size_t)n);
+ m_rowsOrCols.RemoveAt(n);
+ m_attrs[n]->DecRef();
+ m_attrs.RemoveAt(n);