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
Tobias Hunger
qt-creator
Commits
769b21b4
Commit
769b21b4
authored
May 11, 2011
by
hjk
Browse files
cppeditor: fix crash on uninitialized pointer
Reviewed-by: Erik Verbruggen
parent
0581219a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/cppeditor/cppquickfixes.cpp
View file @
769b21b4
...
...
@@ -138,7 +138,7 @@ private:
public:
Operation
(
const
CppQuickFixState
&
state
,
int
priority
,
BinaryExpressionAST
*
binary
,
Kind
invertToken
)
:
CppQuickFixOperation
(
state
,
priority
)
,
binary
(
binary
)
,
binary
(
binary
)
,
nested
(
0
),
negation
(
0
)
{
Token
tok
;
tok
.
f
.
kind
=
invertToken
;
...
...
Write
Preview
Markdown
is supported
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