From 3620538812a9df490ace6b3adf8bd120b7a0027b Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Mon, 1 Jul 2019 00:12:52 +0200 Subject: 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 --- qtmips_gui/cacheview.h | 1 + 1 file changed, 1 insertion(+) (limited to 'qtmips_gui/cacheview.h') 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; -- cgit v1.2.3