1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Bug 201165

This commit is contained in:
Ken Ryall 2007-08-25 16:30:28 +00:00
parent f8989282fd
commit d8fb6a0a1d

View file

@ -7,8 +7,9 @@
*
* Contributors:
* QNX Software Systems - Initial API and implementation
* Nokia - Added support for CSourceNotFoundElement ( 167305 )
* Ken Ryall (Nokia) - Added support for CSourceNotFoundElement ( 167305 )
* ARM Limited - https://bugs.eclipse.org/bugs/show_bug.cgi?id=186981
* Ken Ryall (Nokia) - Bug 201165 don't toss images on dispose.
*******************************************************************************/
package org.eclipse.cdt.debug.internal.ui;
@ -726,12 +727,4 @@ public class CDebugModelPresentation extends LabelProvider implements IDebugMode
return MessageFormat.format( string, args );
}
/* (non-Javadoc)
* @see org.eclipse.jface.viewers.IBaseLabelProvider#dispose()
*/
public void dispose() {
getImageCache().disposeAll();
fAttributes.clear();
super.dispose();
}
}