cache is declared in the scope of the try block, so close() can't be called in the catch block. OTOH, close() is called in the underlying CacheImpl dtor, so it's not necessary to explicitly call close() at all. We removed the close call, hope that makes things clearer.
[ Full content available at: https://github.com/apache/geode-native/pull/382 ] This message was relayed via gitbox.apache.org for [email protected]
