google-code-export / nativelibs4java

Automatically exported from code.google.com/p/nativelibs4java
1 stars 1 forks source link

Pointer#pointerToAddress(long, Class, Releaser) does not use releaser argument #48

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The implementation of Pointer#pointerToAddress(long, Class, Releaser) does not 
use the releaser argument. Instead it passes null to Pointer#newPointer.

If this is intentional it would be better to remove the Releaser argument.

Original issue reported on code.google.com by pepijn.v...@gmail.com on 23 Feb 2011 at 9:21

GoogleCodeExporter commented 9 years ago
Hi Pepijn,

Thanks for your report !
Fixed in revision #1702 :-)

Cheers
--
zOlive

Original comment by olivier.chafik@gmail.com on 23 Feb 2011 at 11:55