From 0f705db7c338e9642294823333e5f4410aa0573f Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 12 Sep 2004 20:43:22 +0000 Subject: Delete the d pointer --- (limited to 'library') diff --git a/library/datebookdb.cpp b/library/datebookdb.cpp index e4ec2bf..165a637 100644 --- a/library/datebookdb.cpp +++ b/library/datebookdb.cpp @@ -390,6 +390,9 @@ DateBookDB::~DateBookDB() save(); eventList.clear(); repeatEvents.clear(); + + delete d; + d=0; } -- cgit v0.9.0.2