plasmaquick: Fix memory leak in PackageUrlInterceptor.
Noted by Coverity, CID #1332370. REVIEW:126443
This commit is contained in:
parent
bca8e87531
commit
5c1d2ed01c
@ -60,6 +60,7 @@ PackageUrlInterceptor::PackageUrlInterceptor(QQmlEngine *engine, const Plasma::P
|
||||
|
||||
PackageUrlInterceptor::~PackageUrlInterceptor()
|
||||
{
|
||||
delete d;
|
||||
}
|
||||
|
||||
void PackageUrlInterceptor::addAllowedPath(const QString &path)
|
||||
|
Loading…
Reference in New Issue
Block a user