D24150: Fix crash on exit in kio_file
    Loïc Yhuel 
    noreply at phabricator.kde.org
       
    Sun Sep 22 20:28:29 BST 2019
    
    
  
hwti created this revision.
hwti added a reviewer: cfeck.
Herald added a project: Frameworks.
Herald added a subscriber: kde-frameworks-devel.
hwti requested review of this revision.
REVISION 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
REPOSITORY
  R241 KIO
REVISION DETAIL
  https://phabricator.kde.org/D24150
AFFECTED FILES
  src/ioslaves/file/file.cpp
To: hwti, cfeck
Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20190922/6ea7f202/attachment.html>
    
    
More information about the Kde-frameworks-devel
mailing list