| Summary: | Lokalize crashes when opening the find box | ||
|---|---|---|---|
| Product: | [Applications] lokalize | Reporter: | Emir SARI <emir_sari> |
| Component: | general | Assignee: | wojnilowicz <lukasz.wojnilowicz> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | lukasz.wojnilowicz, shafff |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | 22.08.1 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| See Also: | https://bugs.kde.org/show_bug.cgi?id=466062 | ||
| Latest Commit: | https://invent.kde.org/sdk/lokalize/commit/fcf8180abce948dc48348ae2811e1804d3bcc278 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Emir SARI
2022-10-18 01:30:54 UTC
A possibly relevant merge request was started @ https://invent.kde.org/sdk/lokalize/-/merge_requests/32 1. The crash happens because code leaks memory in Lokalize and in Qt\KDE (See also bug #466062) 2. If Lokalize code would not leak memory then Edit->Find could be opened without a crash with a Ctrl+F shortcut 3. The proposed patch fixes the leak in Lokalize and works around the leak in Qt\KDE Git commit fcf8180abce948dc48348ae2811e1804d3bcc278 by Łukasz Wojniłowicz. Committed on 21/02/2023 at 15:57. Pushed by aacid into branch 'master'. Fix the memory leak after Edit->Find in the project tab M +2 -0 src/filesearch/filesearchtab.cpp M +8 -1 src/project/projecttab.cpp M +5 -0 src/project/projecttab.h https://invent.kde.org/sdk/lokalize/commit/fcf8180abce948dc48348ae2811e1804d3bcc278 *** Bug 466062 has been marked as a duplicate of this bug. *** |