mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1018089 - Close the SQLiteBridge Cursor in getVersion(). r=gcp
This commit is contained in:
parent
d2ab757462
commit
5f52a8f7d9
@ -227,6 +227,7 @@ public class SQLiteBridge {
|
||||
cursor.moveToFirst();
|
||||
String version = cursor.getString(0);
|
||||
ret = Integer.parseInt(version);
|
||||
cursor.close();
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user