Jaakko Rantala
Results
1
issues of
Jaakko Rantala
The Provider/ProviderPrivate class destructor causes a crash in certain cases. See the destructor below: ``` ProviderPrivate::~ProviderPrivate() { if (confirmed) { farewell(); } } ``` The farewell() function then proceeds to...