mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-28 03:34:43 +02:00
Attempting to fix some possible memory leaks. Son't know if I'm actually
helping anything though.
This commit is contained in:
@ -155,7 +155,7 @@ public class Database {
|
||||
|
||||
PreparedStatement statement = null;
|
||||
try {
|
||||
if(!checkConnected()) return;
|
||||
if(!checkConnected()) return;
|
||||
statement = connection.prepareStatement(sql);
|
||||
resultSet = statement.executeQuery();
|
||||
|
||||
|
Reference in New Issue
Block a user