Skip to content

Fix segmentation fault on QuickCommands::indexSelect

There is a bug in the QuickCommands causing segmentation fault when deference a null pointer.

To reproduce the bug, do the following:

  1. Add a new Quick Command to any new group
  2. Remove the command you just add
  3. Click on the empty group
  4. It will crash because it tries to get the item->parent() and there is none

Merge request reports