summaryrefslogtreecommitdiffstats
path: root/src/kernel/ntqobject.h
diff options
context:
space:
mode:
authorAlexander Golubev <fatzer2@gmail.com>2024-03-19 05:56:36 +0300
committerAlexander Golubev <fatzer2@gmail.com>2024-03-29 20:43:05 +0300
commitffbaaf0e1c181dd0f0d8ad7b273530f7cda086da (patch)
tree97be39accc7e8ba326d6e36d335405b69e810049 /src/kernel/ntqobject.h
parentfb0d62eec811ab2d4d73550e455944cecbe7e091 (diff)
downloadtqt-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.h1
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);