Re: [Ikvm-developers] DirectByteBuffer not getting deleted in c# code
Brought to you by:
jfrijters
|
From: Jeroen F. <je...@su...> - 2016-02-20 13:14:23
|
Hi Abhinav, Unless you can provide a small repro, there's not much chance anyone is able to assist. Regards, Jeroen > -----Original Message----- > From: Abhinav [mailto:ab...@vi...] > Sent: Friday, February 19, 2016 12:18 > To: ikv...@li... > Subject: [Ikvm-developers] DirectByteBuffer not getting deleted in c# > code > > Hello All, > > > > I am using ikvmbin-8.0.5449.1 to use my java code in c# > environement. In my java code I have java class that acts as a wrapper > over DirectByteBuffer and keep the reference of DirectByteBuffer in the > wrapper class. When I am running pure java code everything is working > as expected and I don't see any memory leak. But when I use the same > class in c#, instances of DirectByteBuffer(Native Side) are not getting > deleted though wrapper class in getting deleted. Nobody other than the > wrapper class is holding the reference of DirectByteBuffer. Could you > help me out what possibly is going wrong ? > > > > > > Regards, > > Abhinav |