Skip to content
  • Christian Kamm's avatar
    QmlJS: Add refcounting to FakeMetaObjects. · ab642bc8
    Christian Kamm authored
    Previously they were leaked when a qmldump or the C++ exported QML
    type list updated.
    
    Just deleting the previous FakeMetaObjects is not an option, as they
    might still be used in a QmlObjectValue owned by an Engine.
    
    Reviewed-by: Erik Verbruggen
    ab642bc8