mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-05-03 21:40:32 +00:00
870d68ab3e
Looks like the issue was related to how we were getting priority in Windows, using the winprocinfo crate. This is resolved by just manually doing the windows API calls necessary. --- * test if leak is caused by winprocinfo * manually implement priority code * cleanup * update changelog