-
Notifications
You must be signed in to change notification settings - Fork 1
RDKEMW-3380 : Evaluate the Deepsleep Scenario for Static and Dynamic method #123
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
Conversation
|
@@ -268,7 +258,6 @@ void _pwrManagerEventHandler(const char *owner, IARM_EventId_t eventId, void *da | |||
RDK_LOG(RDK_LOG_DEBUG, LOG_REMDEBUG, "[%s:%d]: ...Exit.. \n", __FUNCTION__, __LINE__); | |||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverity issue no longer present as of: undefined
Show issue
Coverity Issue - Resource leak
Variable "sbuf" going out of scope leaks the storage it points to.
High Impact, CWE-404
RESOURCE_LEAK
Reason for change: Fix operational gaps in deepsleep scenario in rrd
Test Procedure: Focused Regression over remotedebugger
Risks: Medium
Signed-off-by: Abhinav P V [email protected]