aboutsummaryrefslogtreecommitdiff
path: root/graphics/macgui/macwindow.cpp
diff options
context:
space:
mode:
authorBorja Lorente2016-08-25 13:21:42 +0200
committerBorja Lorente2016-08-25 13:26:02 +0200
commit5bba0897246de34318ac6049402b9d5f58722aa4 (patch)
tree7f0186b84af726b635559c29ee09981fc5af880b /graphics/macgui/macwindow.cpp
parent9444a1864b8a12b1f0c0495e7a948db250870137 (diff)
downloadscummvm-rg350-5bba0897246de34318ac6049402b9d5f58722aa4.tar.gz
scummvm-rg350-5bba0897246de34318ac6049402b9d5f58722aa4.tar.bz2
scummvm-rg350-5bba0897246de34318ac6049402b9d5f58722aa4.zip
GRAPHICS: Fix big leak when blitting macgui borders
Diffstat (limited to 'graphics/macgui/macwindow.cpp')
-rw-r--r--graphics/macgui/macwindow.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/macgui/macwindow.cpp b/graphics/macgui/macwindow.cpp
index 6405d37591..abb91f180d 100644
--- a/graphics/macgui/macwindow.cpp
+++ b/graphics/macgui/macwindow.cpp
@@ -336,7 +336,6 @@ void MacWindow::loadBorder(Common::SeekableReadStream &file, bool active, int lo
_macBorder.setOffsets(lo, ro, to, bo);
updateInnerDims();
- source.free();
}
void MacWindow::setCloseable(bool closeable) {