Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.4.1, 5.5.0 Alpha
-
None
Description
QQmlMetaTypeData has members that are not cleared by qmlClearTypeRegistrations.
This leads to
- an unknown state.
- leaked memory (no way to free it)
- to wrong behavior for future uses
Please fix this. Thank's a lot.