From a682b1d39c63cff8d709c67460569c70b661d889 Mon Sep 17 00:00:00 2001 From: zautrix Date: Sat, 23 Oct 2004 14:56:10 +0000 Subject: fixed several memory leaks --- (limited to 'korganizer/main.cpp') diff --git a/korganizer/main.cpp b/korganizer/main.cpp index 4194d12..2481ca4 100644 --- a/korganizer/main.cpp +++ b/korganizer/main.cpp @@ -19,6 +19,7 @@ #include #include #include "mainwindow.h" +#include void dumpMissing(); int main( int argc, char **argv ) { @@ -101,6 +102,8 @@ int main( int argc, char **argv ) a.exec(); dumpMissing(); + + KPimGlobalPrefs::instance()->writeConfig(); } qDebug("KO: Bye! "); } -- cgit v0.9.0.2