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
..
makefile.bcc
makefile.gcc
Makefile.in
makefile.unx
makefile.vc
taskbarbutton_vc7.vcproj
taskbarbutton_vc8.vcproj
taskbarbutton_vc9.vcproj
taskbarbutton.bkl
taskbarbutton.cpp