Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix crash in KeeShare when importing deleted share
* Fix keepassxreboot#4895 - when KeeShare imports a database it performs a merge operation. If that share was deleted from another identical database (ie, same base group UUID), then the group would be deleted in the middle of reinit causing a crash. This fix moves the group into a QPointer catching the delete operation.
- Loading branch information