mirror of
https://github.com/fltk/fltk.git
synced 2026-05-31 22:04:26 +08:00
Fix memory leak in Fl_Terminal (#867)
This commit is contained in:
@@ -3208,6 +3208,7 @@ Fl_Terminal::~Fl_Terminal(void) {
|
|||||||
{ Fl::remove_timeout(autoscroll_timer_cb, this); autoscroll_dir_ = 0; }
|
{ Fl::remove_timeout(autoscroll_timer_cb, this); autoscroll_dir_ = 0; }
|
||||||
if (redraw_timer_)
|
if (redraw_timer_)
|
||||||
{ Fl::remove_timeout(redraw_timer_cb, this); redraw_timer_ = false; }
|
{ Fl::remove_timeout(redraw_timer_cb, this); redraw_timer_ = false; }
|
||||||
|
delete current_style_;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user