pop-os / installer

Installer for Pop!_OS & other Linux-based OSes
https://system76.com/pop
GNU General Public License v3.0
26 stars 16 forks source link

Fix segfault #150

Closed mmstick closed 6 years ago

mmstick commented 6 years ago

Fixes #139

The fix in this PR is just the if (vrow == null) { return; } line. I'm not sure why variant_listbox.row_selected is triggered when unselecting rows, which then attempts to process a row which does not exist.