You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a fix for this issue to find out that the memory leaks were caused by inappropriate implementation of the unit test code. This is not an issue of SDL Core itself, so the priority may be low.
Bug Report
Memory leaks are observed when
data_resumption_test
is executed under valgrind.Reproduction Steps
develop
branchcmake ../sdl_core -DBUILD_TESTS=ON
andmake
src/components/application_manager/test
directory, runvalgrind --trace-children=yes --leak-check=full ./data_resumption_test > data_resumption_test_valgrind.txt 2>&1
Expected Behavior
Memory leaks should not be observed.
Observed Behavior
Valgrind reports several memory leaks. Please refer to attached log files.
OS & Version Information
develop
branchTest Case, Sample Code, and / or Example App
Valgrind log is attached: data_resumption_test_valgrind.txt
The text was updated successfully, but these errors were encountered: