nicklan / pnmixer

Volume mixer for the system tray
GNU General Public License v3.0
152 stars 32 forks source link

static analyzer issues #174

Closed hasufell closed 6 years ago

hasufell commented 6 years ago

Fixed the build with the clang analyzer and it found a few issues:

elboulangero commented 6 years ago

possible garbage value which is caused by tray_icon_reload() it seems, but I'm not sure exactly why, any ideas?

I created a branch with this commit: https://github.com/nicklan/pnmixer/commit/c02c1bd8e22fa07422f2c0d23cb5e59fbc3c10b1

However after your PR #175 I think it's not relevant anymore, you fixed it there already. If Clang is all happy then I'll just delete my branch.