aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/cacheview.h
diff options
context:
space:
mode:
authorPavel Pisa <pisa@cmp.felk.cvut.cz>2019-07-01 00:12:52 +0200
committerPavel Pisa <pisa@cmp.felk.cvut.cz>2019-07-01 00:12:52 +0200
commit3620538812a9df490ace6b3adf8bd120b7a0027b (patch)
tree884483c7d6e9c903b1499a6b702cd1d8551f1fd0 /qtmips_gui/cacheview.h
parent2408ca900657fdb81f85092a0612aeb6217fbe0f (diff)
downloadqtmips-3620538812a9df490ace6b3adf8bd120b7a0027b.tar.gz
qtmips-3620538812a9df490ace6b3adf8bd120b7a0027b.tar.bz2
qtmips-3620538812a9df490ace6b3adf8bd120b7a0027b.zip
Fix memory leakages which repeat during program operation.
There are some singletons left which are allocated/created during main window content population. Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
Diffstat (limited to 'qtmips_gui/cacheview.h')
-rw-r--r--qtmips_gui/cacheview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qtmips_gui/cacheview.h b/qtmips_gui/cacheview.h
index 8e7a4fb..6091d6b 100644
--- a/qtmips_gui/cacheview.h
+++ b/qtmips_gui/cacheview.h
@@ -92,6 +92,7 @@ class CacheViewScene : public QGraphicsScene {
Q_OBJECT
public:
CacheViewScene(const machine::Cache *cache);
+ ~CacheViewScene();
private:
unsigned associativity;