mservicetech / openapi-schema-validation

Apache License 2.0
17 stars 11 forks source link

fixes #25 #26

Closed GavinChenYan closed 1 year ago

GavinChenYan commented 1 year ago

As long as user properly handle and close any associated resources, such as the input stream, there should not be a memory leak issue.

However, , if user app repeatedly execute this code without properly closing the input stream or if there are other components in your application that are not releasing resources correctly, it could lead to memory leaks over time.

We need to ensure proper handling of resources and avoid memory leaks,