Search found 1 match
- Thu Apr 24 2025 8:46 am
- Forum: Developers
- Topic: Valgrind / Multi-Threaded Question
- Replies: 1
- Views: 4799
Valgrind / Multi-Threaded Question
Hi everyone, Just an update on a memory leak issue I’ve been tracking — I believe I’ve found the cause and successfully fixed it. Summary of the Issue The leak occurs during cross-thread signal emission, specifically when the signal and slot are connected with a QueuedConnection. The key problem is ...