
29 Apr
2008
29 Apr
'08
1:45 a.m.
Peter, A naïve question I have now after reading your mail. How do I call MarshallAlloc.free from my C code because that's where I need to free it? Anurag
So no, using C's free is not the right thing to do. It will probably work in the real world, but you should try to use Haskell's free if possible.
cheers peter