Added null check in dispose() of InstructionView
authorFabian Stemmler <stemmler@in.tum.de>
Sun, 6 Oct 2019 22:01:39 +0000 (00:01 +0200)
committerFabian Stemmler <stemmler@in.tum.de>
Wed, 9 Oct 2019 10:52:41 +0000 (12:52 +0200)
commitdc1778bb67daef92fb4ef16c5bba5395f6914eda
treebd9e8e93634d90f4fab4eda9ffd8ab733e5a3c50
parentbb3789495a02583ae7b88ffcb131f3e7e9a2c688
Added null check in dispose() of InstructionView

If editor fails to initialize, memory is still null when dispose is
called.
plugins/net.mograsim.plugin.core/src/net/mograsim/plugin/tables/mi/InstructionView.java