i3bar: fix memory leak

next
Michael Stapelberg 2016-01-09 17:03:29 +01:00
parent f511cc61c1
commit 5ca659853a
1 changed files with 2 additions and 0 deletions

View File

@ -1425,6 +1425,8 @@ void init_tray(void) {
return;
}
free(selreply);
send_tray_clientmessage();
}