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
Graphics
Gwenview
Commits
13be8b45
Commit
13be8b45
authored
Feb 09, 2022
by
Laurent Montel
Browse files
Fix mem leak found by asan
parent
2b68a5b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/zoomcombobox/zoomcombobox.cpp
View file @
13be8b45
...
...
@@ -84,7 +84,7 @@ QValidator::State ZoomValidator::validate(QString &input, int &pos) const
ZoomComboBoxPrivate
::
ZoomComboBoxPrivate
(
ZoomComboBox
*
q
)
:
q_ptr
(
q
)
,
validator
(
new
ZoomValidator
(
0
,
0
,
q
,
this
))
,
validator
(
new
ZoomValidator
(
0
,
0
,
q
,
this
,
q
))
{
}
...
...
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