nedrysoft / pingnoo

An open-source cross-platform traceroute/ping analyser.
https://www.pingnoo.com
GNU General Public License v3.0
270 stars 27 forks source link

fix: crash when tab is closed #101

Closed GomesGoncalo closed 2 years ago

GomesGoncalo commented 2 years ago

newEditor value is nullptr and it is being dereferenced

This solves https://github.com/nedrysoft/pingnoo/issues/100

fizzyade commented 2 years ago

Merged, thanks for submitting a fix!