Commit 7e60545
committed
visualizer: guard against null visualization in mobility deletion handler
A mobility module matching the filter but with no created visualization
(it never emitted a state-change signal, or was filtered out) could be
deleted, making receiveSignal dereference a null visualization. Guard the
lookup, matching the new GeoHorizon/GeoSkyView siblings.1 parent 6bffb78 commit 7e60545
1 file changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
151 | | - | |
152 | | - | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
153 | 156 | | |
154 | 157 | | |
155 | 158 | | |
| |||
0 commit comments