I am able to implement manual memory management in Ruby.I can allocate and deallocate the object by myself but The Garbage collector is not marking nor allocating the object, but its creating the object. Does it causing any memory leak? Regards Tridib -- Posted via http://www.ruby-forum.com/.