Skip to content

Commit

Permalink
Merge branch 'jbrooks/properties-leak' into 'master'
Browse files Browse the repository at this point in the history
Fix memory leak on PropertiesChanged signals

See merge request mer-core/nemo-qml-plugin-dbus!23
  • Loading branch information
pvuorela committed Nov 6, 2020
2 parents 332db3e + 9a72eb8 commit ff90a4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugin/declarativedbusinterface.cpp
Expand Up @@ -1120,6 +1120,7 @@ void DeclarativeDBusInterface::updatePropertyValues(const QDBusArgument &argumen

argument.endMapEntry();
}
argument.endMap();
}
}

Expand Down

0 comments on commit ff90a4b

Please sign in to comment.