Files
wxWidgets/samples/taskbarbutton
PB f9aeb2669b Fix memory leak in taskbarbutton sample
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
2018-04-09 12:41:03 +02:00
..
2018-01-22 00:51:11 +01:00
2018-01-22 00:51:11 +01:00
2018-02-20 00:08:01 +01:00