Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
b6efa77e
Commit
b6efa77e
authored
Jul 09, 2010
by
Olivier Goffart
Browse files
Fix use of unitialized memory
parent
9d63e4a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/texteditor/basetextdocumentlayout.cpp
View file @
b6efa77e
...
...
@@ -400,6 +400,7 @@ BaseTextDocumentLayout::BaseTextDocumentLayout(QTextDocument *doc)
:
QPlainTextDocumentLayout
(
doc
)
{
lastSaveRevision
=
0
;
hasMarks
=
0
;
m_requiredWidth
=
0
;
}
BaseTextDocumentLayout
::~
BaseTextDocumentLayout
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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