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

REFPLTB-3245 REFPLTB-3246 REFPLTB-3244: Potential memory leak in meth… #22

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

pganna856
Copy link

…od initial_sync at rbus_get

Reason for change: Added code to release the memory. Test Procedure: 1) Execute below command from the console,
valgrind --tool=memcheck --leak-check=yes --show-reachable=yes --num-callers=20 --log-file="/tmp/test.txt" --track-fds=yes /usr/bin/onewifi_component_test_app -d
2) After the execution, you can see the cli mode of the test app
3) Go to "/tmp/test.txt" and check for the definitely lost record in the file. Able to see the leak caused due to rbus_get call.
Risks: None

…od initial_sync at rbus_get

Reason for change: Added code to release the memory.
Test Procedure: 1) Execute below command from the console,
                   valgrind --tool=memcheck --leak-check=yes --show-reachable=yes --num-callers=20 --log-file="/tmp/test.txt" --track-fds=yes /usr/bin/onewifi_component_test_app -d
                2) After the execution, you can see the cli mode of the test app
                3) Go to "/tmp/test.txt" and check for the definitely lost record in the file. Able to see the leak caused due to rbus_get call.
Risks: None

Signed-off-by: Prabhudas Gannavarapu <[email protected]>
@CLAassistant
Copy link

CLAassistant commented Nov 27, 2024

CLA assistant check
All committers have signed the CLA.

@gsathish86 gsathish86 requested review from gsathish86 and narendradandu and removed request for gsathish86 November 27, 2024 07:13
@gsathish86
Copy link
Contributor

@pganna856 CLA is not signed yet. Please sign CLA agreement and we are good to go.

@pganna856
Copy link
Author

@gsathish86 signed on CLA Agreement.

@amarnathhullur
Copy link
Contributor

If this change is still required to go in, please raise the change on the develop branch.

@pganna856 pganna856 changed the base branch from main to develop December 18, 2024 08:33
@pganna856
Copy link
Author

Hi @amarnathhullur
Moved the changes to development branch.

Thanks.

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

Successfully merging this pull request may close these issues.

4 participants