leonardok / Retriev.er

GUI for rsync written in Qt, that is used to synchronize folder in different locations, remote or not.
10 stars 1 forks source link

Segfault on edit or delete non-existing entry #1

Closed fotanus closed 12 years ago

fotanus commented 12 years ago

Currently you get a segfault when try to edit or delete an non-existing entry.

leonardok commented 12 years ago

This issue happened because there was no consistence check for the selected index. When there was nothing selected it tried to access an invalid position on the "tasks" vector.

Thank you very much for reporting. Leo.