Skip to content

[libnotificationmanager] Fix memory leak

Fushan Wen requested to merge cherry-pick-079552b3 into Plasma/5.23

In an &operator= we already have an object. It will have the d-pointer already allocated.

If we create a new private implementation our old one leaks

(cherry picked from commit 079552b3)

Merge request reports