Merge pull request #1283 from 4e554c4c/memory_leak

Fix memory leaks in swaybar tray
This commit is contained in:
Drew DeVault 2017-07-16 22:25:28 -04:00
parent 9a4558b62b
commit 6c9aa2a267
4 changed files with 9 additions and 1 deletions

View file

@ -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() {