Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix memory leaks in Displayer and RecognitionMenu
Fix two memory management issues: - Add missing deletion of m_imageItem in Displayer::setSources - Set proper parent for PSM menu to ensure proper cleanup These changes prevent memory leaks and ensure proper resource cleanup when the application exits or when components are destroyed.
- Loading branch information