mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Fix CID 1116497 Resource leak
This commit is contained in:
parent
5c29f3ffd7
commit
cc913cf0bb
@ -307,6 +307,11 @@ public class ConsoleProxy {
|
|||||||
s_logger.error(e.toString(), e);
|
s_logger.error(e.toString(), e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
try {
|
||||||
|
confs.close();
|
||||||
|
} catch (IOException e) {
|
||||||
|
s_logger.error("Failed to close consolepropxy.properties : " + e.toString(), e);
|
||||||
|
}
|
||||||
|
|
||||||
start(conf);
|
start(conf);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user