RipMeApp / ripme

Downloads albums in bulk
MIT License
3.73k stars 629 forks source link

Optimize resource management in createSha256 method using try-with-re… #2044

Closed LoshanMoorthy closed 3 months ago

LoshanMoorthy commented 3 months ago

…sources

Category

This change is exactly one of the following (please change [ ] to [x]) to indicate which:

Description

Optimized the createSha256 method in the UpdateUtils class by using a try-with-resources statement. This change improves resource management by ensuring that the InputStream is automatically closed, even in the case of an exception, thereby preventing potential resource leaks.

Testing

Required verification:

Optional but recommended: