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

Memory Leak #52

Open
mduffor opened this issue Aug 3, 2023 · 0 comments
Open

Memory Leak #52

mduffor opened this issue Aug 3, 2023 · 0 comments

Comments

@mduffor
Copy link

mduffor commented Aug 3, 2023

https://github.com/android/games-samples/blob/32ff4ddc95617d8592c5859c23daccb3e92dd773/agdk/agdktunnel/app/src/main/cpp/native_engine.cpp#L173C11-L173C30

internalStoragePath is allocated here, but never released. It is passed to the constructor of DataLoaderStateMachine, but it is only used there; DataLoaderStateMachine doesn't accept ownership or responsibility to delete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant