wxTaskBarButton::RemoveThumbBarButton() removes the button but does not delete it. In the sample removed buttons must be deleted manually because they are also removed from m_thumbBarButtons which automatically deletes the stored buttons in its destructor. Closes https://github.com/wxWidgets/wxWidgets/pull/778