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 fixed the issue and found that the root cause was an inappropriate implementation of unit test code. This is not an issue of SDL Core, so the priority may be low.
I also see several invalid memory access issues in the valgrind log. These will be fixed with PR #2178 (commit f683de3).
Bug Report
Memory leaks are observed when
media_manager_test
is executed under valgrind.Reproduction Steps
develop
branchcmake ../sdl_core -DBUILD_TESTS=ON
andmake
src/components/media_manager/test
directory, runvalgrind --trace-children=yes --leak-check=full ./media_manager_test > media_manager_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: media_manager_test_valgrind.txt
The text was updated successfully, but these errors were encountered: