mirror of
https://github.com/swaywm/sway.git
synced 2026-07-10 00:06:59 -04:00
Merge pull request #1283 from 4e554c4c/memory_leak
Fix memory leaks in swaybar tray
This commit is contained in:
parent
9a4558b62b
commit
6c9aa2a267
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