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
Marco Bubke
flatpak-qt-creator
Commits
ead5b067
Commit
ead5b067
authored
Nov 09, 2010
by
Thomas Hartmann
Browse files
QmlDesigner: fix memory leak
Reviewed-by: Kai Koehne
parent
a534c271
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/designercore/metainfo/propertymetainfo.cpp
View file @
ead5b067
...
...
@@ -256,7 +256,7 @@ bool PropertyMetaInfo::isValueType() const
throw
InvalidMetaInfoException
(
__LINE__
,
Q_FUNC_INFO
,
__FILE__
);
}
QDeclarativeValueType
*
valueType
(
QDeclarativeValueTypeFactory
::
valueType
(
variantTypeId
()));
QScopedPointer
<
QDeclarativeValueType
>
valueType
(
QDeclarativeValueTypeFactory
::
valueType
(
variantTypeId
()));
return
valueType
;
}
...
...
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