Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GsfIdProvider: fix resource leak (strict mode violation)
Previously, `cursor.getString(1)` could return `null`, which then led to `NullPointerException` and the cursor not being closed. The new code always returns the same value as the old one + ensures that the cursor is closed properly.
- Loading branch information