mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
![]() In the cases where we returned before calling KApplication::exec(), we would end up leaking pointers such as |batchJob|, |window| and |addToArchiveJob|. Fix it by explicitly deleting |window| (since we do not have another QWidget to make it a child of) and making |batchJob| and |addToArchiveJob| be children of our main KApplication so that we do not need to explicitly delete them under any circumstances. |
||
---|---|---|
.. | ||
icons | ||
ark.appdata.xml | ||
ark.desktop.cmake | ||
ark_addtoservicemenu.desktop | ||
ark_dndextract.desktop.cmake | ||
ark_servicemenu.desktop.cmake | ||
arkui.rc | ||
batchextract.cpp | ||
batchextract.h | ||
CMakeLists.txt | ||
extractHereDndPlugin.cpp | ||
extractHereDndPlugin.h | ||
main.cpp | ||
mainwindow.cpp | ||
mainwindow.h |