kde-extraapps/ark/app
Ivailo Monev 3eb01a3ecd main: Stop leaking pointers when we do not enter the main app loop.
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.
2015-01-04 02:46:48 +00:00
..
icons initial import of ark 2014-11-18 17:46:34 +00:00
ark.appdata.xml initial import of ark 2014-11-18 17:46:34 +00:00
ark.desktop.cmake initial import of ark 2014-11-18 17:46:34 +00:00
ark_addtoservicemenu.desktop initial import of ark 2014-11-18 17:46:34 +00:00
ark_dndextract.desktop.cmake initial import of ark 2014-11-18 17:46:34 +00:00
ark_servicemenu.desktop.cmake initial import of ark 2014-11-18 17:46:34 +00:00
arkui.rc initial import of ark 2014-11-18 17:46:34 +00:00
batchextract.cpp main: Stop leaking pointers when we do not enter the main app loop. 2015-01-04 02:46:48 +00:00
batchextract.h main: Stop leaking pointers when we do not enter the main app loop. 2015-01-04 02:46:48 +00:00
CMakeLists.txt initial import of ark 2014-11-18 17:46:34 +00:00
extractHereDndPlugin.cpp main: Stop leaking pointers when we do not enter the main app loop. 2015-01-04 02:46:48 +00:00
extractHereDndPlugin.h initial import of ark 2014-11-18 17:46:34 +00:00
main.cpp main: Stop leaking pointers when we do not enter the main app loop. 2015-01-04 02:46:48 +00:00
mainwindow.cpp Stop crashing on exit when being used solely as a KPart (upstream cd8ad276) 2014-11-26 00:31:55 +00:00
mainwindow.h initial import of ark 2014-11-18 17:46:34 +00:00