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

Deleting global variables did not work as expected. #93

Open
mgrossmann opened this issue Jul 2, 2021 · 0 comments
Open

Deleting global variables did not work as expected. #93

mgrossmann opened this issue Jul 2, 2021 · 0 comments

Comments

@mgrossmann
Copy link

During memory usage analysis, it appears that FREEing global variables in RxDoneVariables (variables.c) works not as expected.

FOO> FREE() was called for a unknown pointer => 002AEB78                     
002AEB78 (+00000000) | 002AEB38 00285E98 00000000 00000000 | ......;q........
FOO> FREE() was called for a unknown pointer => 002AEB98                     
002AEB98 (+00000000) | 002AEB78 002AE248 002AEEF8 00000BA6 | ......S....8...w
FOO> FREE() was called for a unknown pointer => 002AEEE8                     
002AEEE8 (+00000000) | 002AEB98 F0D2C5E8 6DF1F9F3 00000EF6 | ...q0KEY_193...6 
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