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
A memory error occurs when a thread is destroyed before its delegate. The delegate will still hold a pointer to the thread and will try to write on that pointer at destruction.
Bug Report
A memory error occurs when a thread is destroyed before its delegate. The delegate will still hold a pointer to the thread and will try to write on that pointer at destruction.
Reproduction Steps
LD_LIBRARY_PATH=. valgrind --trace-children=yes --leak-check=full ./smartDeviceLinkCore > valgrind.log 2>&1
Expected Behavior
The valgrind log shows no memory errors
Observed Behavior
The valgrind log shows a similar memory error many times:
OS & Version Information
The text was updated successfully, but these errors were encountered: