[Summary] Adding deletion of _touch_cursor into the destructor

This commit is contained in:
VKamyshniy 2014-08-26 17:35:50 +03:00
parent abb85e0c1b
commit 9124eaec6a

View file

@ -195,6 +195,9 @@ Fader::Fader (Gtk::Adjustment& adj,
Fader::~Fader ()
{
if (_touch_cursor) {
delete _touch_cursor;
}
}
void