JayFoxRox / xbox-tools

A collection of tools related to original Xbox
62 stars 11 forks source link

python-scripts: Free allocated memory #32

Open JayFoxRox opened 7 years ago

JayFoxRox commented 7 years ago

The memory allocations done using the ke module should be tracked, either by the API or by the scripts. This affects play_ac97.py (and possibly others) which allocate a lot of memory but never free it.