Paolo ponzano - 339 - Dec 19, 2013

Hello,
I suspect there’s a memory leak with ServiceStack.EmptyCtorDelegate… I attach you the screens since I can’t save the JustTrace trace…I’ve just called a service and those items  persist even after app finalize … HTH

paolo ponzano:

Ok so it’s not a leak! Thanks

The EmptyCtorDelegate are used in static delegate caches, like most caches they’re primed once on first use and retained so they’re used for subsequent use, so they’re not recycled.