summaryrefslogtreecommitdiffstats
path: root/svtools/source/control/calendar.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-07-18 07:53:09 +0000
committerOliver Bolte <obo@openoffice.org>2007-07-18 07:53:09 +0000
commit4f440049a58124f17c0848116b7e7e576e210efc (patch)
treeea39d7dd576a9838266a6ee1f51914e43640a97e /svtools/source/control/calendar.cxx
parentINTEGRATION: CWS fwk67 (1.29.4); FILE MERGED (diff)
downloadcore-4f440049a58124f17c0848116b7e7e576e210efc.tar.gz
core-4f440049a58124f17c0848116b7e7e576e210efc.zip
INTEGRATION: CWS fwk67 (1.11.62); FILE MERGED
2007/07/03 07:34:46 cd 1.11.62.1: #i79057# Fix memory leak
Diffstat (limited to 'svtools/source/control/calendar.cxx')
-rw-r--r--svtools/source/control/calendar.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/svtools/source/control/calendar.cxx b/svtools/source/control/calendar.cxx
index a6f68f1f5734..fbac4e780cb1 100644
--- a/svtools/source/control/calendar.cxx
+++ b/svtools/source/control/calendar.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: calendar.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 21:22:45 $
+ * last change: $Author: obo $ $Date: 2007-07-18 08:53:09 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1823,6 +1823,7 @@ void Calendar::KeyInput( const KeyEvent& rKEvt )
SelectionChanging();
mbInSelChange = FALSE;
ImplUpdateSelection( pOldSel );
+ delete pOldSel;
}
else
{