diff options
| author | Alexander Golubev <fatzer2@gmail.com> | 2024-03-19 05:56:36 +0300 |
|---|---|---|
| committer | Alexander Golubev <fatzer2@gmail.com> | 2024-03-29 20:43:05 +0300 |
| commit | ffbaaf0e1c181dd0f0d8ad7b273530f7cda086da (patch) | |
| tree | 97be39accc7e8ba326d6e36d335405b69e810049 /src/kernel/ntqobject.h | |
| parent | fb0d62eec811ab2d4d73550e455944cecbe7e091 (diff) | |
| download | tqt-ffbaaf0e1c181dd0f0d8ad7b273530f7cda086da.tar.gz tqt-ffbaaf0e1c181dd0f0d8ad7b273530f7cda086da.zip | |
Improve TQFont-related cleanup
Improve TQFont cleanup making sure that all instances of TQFont are
destroyed before TQApplication (or specifically before disconnect from
X11). This gets reed of several valgrind complains about leaks deep
inside fontconfig.
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
Diffstat (limited to 'src/kernel/ntqobject.h')
| -rw-r--r-- | src/kernel/ntqobject.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kernel/ntqobject.h b/src/kernel/ntqobject.h index fc16c50bd..19df54726 100644 --- a/src/kernel/ntqobject.h +++ b/src/kernel/ntqobject.h @@ -237,6 +237,7 @@ public: #endif private: + void cleanupControlElementData(); #ifdef TQT_THREAD_SUPPORT void moveToThread_helper(TQThread *targetThread); void setThreadObject_helper(TQThread *targetThread); |
