Skip to content

Better memory management

Dan Chapman requested to merge better-memory-mgmnt into master

Use QScopedPointer for QTdRequest and QTdResponse ensuring they get cleaned up as soon as they go out of scope, rather than deleting them manually with deleteLater

Explicitly delete members where it doesn't make sense to defer it with deleteLater

Merge request reports