diff options
author | Sergey Bugaev <bugaevc@gmail.com> | 2019-08-06 12:42:13 +0300 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-08-06 11:59:14 +0200 |
commit | 9de48cd81a2058e0f6d804e8c6a40c9b66b771fc (patch) | |
tree | 9134e332912beb0275dbb91b968b8ab11686283e /Applications/Terminal/Makefile | |
parent | 2ad963d261abf8452a5dea959c0366aaee6fa6c5 (diff) | |
download | serenity-9de48cd81a2058e0f6d804e8c6a40c9b66b771fc.zip |
Terminal: Fix trying to free() a stack variable
GWindow::~GWindow() deletes the main widget, assuming it was
allocated with new; this is what all other applications do,
so heap-allocate the terminal widget as well even though it's
not necessary in this case.
Diffstat (limited to 'Applications/Terminal/Makefile')
0 files changed, 0 insertions, 0 deletions