mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-08-17 08:56:43 +00:00
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