Free the native memory and set peer to zero
()
| 183 | |
| 184 | /** Free the native memory and set peer to zero */ |
| 185 | @Override |
| 186 | public void close() { |
| 187 | peer = 0; |
| 188 | if (cleanable != null) { |
| 189 | cleanable.clean(); |
| 190 | } |
| 191 | } |
| 192 | |
| 193 | @Deprecated |
| 194 | protected void dispose() { |
no test coverage detected