VSRonin / QtModelUtilities

A set of utilities for the model/view framework of Qt
Apache License 2.0
24 stars 5 forks source link

Possible Memory Leak #40

Closed VSRonin closed 3 years ago

VSRonin commented 3 years ago

AbstractModelSerialiser::AbstractModelSerialiser(AbstractModelSerialiserPrivate &d, QObject *parent) does not call the base class constructor to set the parent leading to possible memory leaks