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/qrichtext_p.h | |
parent | fb0d62eec811ab2d4d73550e455944cecbe7e091 (diff) | |
download | tqt3-ffbaaf0e1c181dd0f0d8ad7b273530f7cda086da.tar.gz tqt3-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/qrichtext_p.h')
-rw-r--r-- | src/kernel/qrichtext_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kernel/qrichtext_p.h b/src/kernel/qrichtext_p.h index df6b0a272..428b0ec5d 100644 --- a/src/kernel/qrichtext_p.h +++ b/src/kernel/qrichtext_p.h @@ -1561,6 +1561,7 @@ protected: private: void update(); static void applyFont( const TQFont &f ); + static void cleanupPrivateData(); private: TQFont fn; |