Skip to content
Commit ba12a090 authored by Jonathan Marten's avatar Jonathan Marten Committed by Nate Graham
Browse files

Klipper (classic widget): Fix a system tray menu memory leak

Clipboard history item actions are added to the menu by
KlipperPopup::rebuild() or PopupProxy::tryInsertItem().
The actions are removed from the menu again at the start
of KlipperPopup::rebuild(), but were never deleted.


(cherry picked from commit 80539089)
parent a5daced3
Pipeline #190455 passed with stage
in 8 minutes and 15 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment