Diffusion KIO 2c379fecccbf

Fix crash on exit in kio_file

Authored by dfaure on Sep 27 2019, 12:55 AM.

Description

Fix crash on exit in kio_file

Summary:
All QTextCodec are deleted by QCoreGlobalData on exit, so they must be allocated on the heap.
Before Qt 5.12, it is even not allowed to delete them.

BUG: 408797

Reviewers: cfeck, dfaure, broulik

Reviewed By: dfaure

Subscribers: aacid, kde-frameworks-devel

Tags: Frameworks

Differential Revision: https://phabricator.kde.org/D24150

Details

Committed
dfaureSep 27 2019, 12:56 AM
Reviewer
dfaure
Differential Revision
D24150: Fix crash on exit in kio_file
Parents
R241:f893784ea4f1: Add == and != operators to KIO::UDSEntry
Branches
Unknown
Tags
Unknown