Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Konsole
Commits
2285d4ec
Commit
2285d4ec
authored
Oct 10, 2020
by
Carlos Alves
Browse files
Fix a memory leak in class Screen
parent
c87919b9
Changes
1
Show whitespace changes
Inline
Side-by-side
src/Screen.cpp
View file @
2285d4ec
...
...
@@ -101,6 +101,7 @@ Screen::~Screen()
{
delete
[]
_screenLines
;
delete
_history
;
delete
_escapeSequenceUrlExtractor
;
}
void
Screen
::
cursorUp
(
int
n
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment