aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Kiewitz2010-01-31 17:57:51 +0000
committerMartin Kiewitz2010-01-31 17:57:51 +0000
commit299fb1a9cc893ee895b40a17a02dc82906cca558 (patch)
tree4ebbea1c548d813f90aa55b53209072bdc7ca894
parent5507cb6247c22ea4f8548dff8424d5757c1d8418 (diff)
downloadscummvm-rg350-299fb1a9cc893ee895b40a17a02dc82906cca558.tar.gz
scummvm-rg350-299fb1a9cc893ee895b40a17a02dc82906cca558.tar.bz2
scummvm-rg350-299fb1a9cc893ee895b40a17a02dc82906cca558.zip
SCI: dont delete _font inside text class, its already deleted inside cache
svn-id: r47764
-rw-r--r--engines/sci/graphics/text.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/sci/graphics/text.cpp b/engines/sci/graphics/text.cpp
index aa97e858ab..3c19b76758 100644
--- a/engines/sci/graphics/text.cpp
+++ b/engines/sci/graphics/text.cpp
@@ -43,7 +43,6 @@ Text::Text(ResourceManager *resMan, GfxCache *cache, GfxPorts *ports, GfxPaint16
}
Text::~Text() {
- delete _font;
}
void Text::init() {