Will_paginate memory leak?

I am using the latest will_paginate gem and noticed that it seems to
be leaking memory.
I did a simple test of repeated calling a paginate on an activate
record and memory usage just keeps growing and not being release.
It a simple record - so I don’t think its my code (but still
checking).

Is anyone aware or come across this?