Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2012-10-16 14:58:16 +0000
committerDani Megert2012-10-16 15:00:18 +0000
commit4b0a3ca2d9be502123002233b02f2d51f5752599 (patch)
treec16858889e63bc6100447be5d32b0935ba8a8899 /bundles
parentd77838cf136345acd1491f366dbc535c5cbbd7eb (diff)
downloadeclipse.platform.team-4b0a3ca2d9be502123002233b02f2d51f5752599.tar.gz
eclipse.platform.team-4b0a3ca2d9be502123002233b02f2d51f5752599.tar.xz
eclipse.platform.team-4b0a3ca2d9be502123002233b02f2d51f5752599.zip
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/CVSHistoryPage.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/CVSHistoryPage.java b/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/CVSHistoryPage.java
index d75cc8333..cfa509685 100644
--- a/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/CVSHistoryPage.java
+++ b/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/CVSHistoryPage.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2006, 2011 IBM Corporation and others.
+ * Copyright (c) 2006, 2012 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -1362,6 +1362,8 @@ public class CVSHistoryPage extends HistoryPage implements IAdaptable, IHistoryC
refreshCVSFileHistoryJob.cancel();
}
}
+
+ super.dispose();
}
public IFileRevision getCurrentFileRevision() {

Back to the top