mirror of
https://github.com/swaywm/sway.git
synced 2025-10-29 05:40:18 -04:00
Fix memory leaks in swaybar tray
This commit is contained in:
parent
5675a42def
commit
e8f589c3dc
4 changed files with 9 additions and 1 deletions
|
|
@ -99,6 +99,7 @@ static void get_items_reply(DBusPendingCall *pending, void *_data) {
|
|||
|
||||
bail:
|
||||
dbus_message_unref(reply);
|
||||
dbus_pending_call_unref(pending);
|
||||
return;
|
||||
}
|
||||
static void get_items() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue