Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix performance panel missing texture crash and memory leak #48

Merged
merged 5 commits into from Jun 24, 2020

Conversation

twopointzero
Copy link
Owner

@twopointzero twopointzero commented Jun 24, 2020

While investigating TJAPlayer3-11 it became apparent that CAct演奏パネル文字列 was unable to handle missing txMusicName and tx難易度とステージ数 texture files, resulting in NullReferenceException and a crash. It was also failing to properly dispose of tx難易度とステージ数 textures, resulting in an unmanaged memory leak. These issues have been fixed.

Along the way, nearby code duplication was noted and a duplication-caused bug quickly noticed, resulting in the creation of #47.

@twopointzero twopointzero added the bug Something isn't working label Jun 24, 2020
@twopointzero twopointzero merged commit 92de26a into develop Jun 24, 2020
@twopointzero twopointzero deleted the feature/perf-panel-texture-mgmt branch June 24, 2020 23:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant