Closed GoogleCodeExporter closed 9 years ago
I suspect you're seeing allocation of a static that happens just the first time
a
service is created. You can't really test for leaks on a single alloc/release.
Try
doing it at least 3 times.
Original comment by gregrobbins
on 25 Aug 2009 at 10:14
I've run the code snippet from a function several times, consecutively, and
Leaks consistently reports a memory
leak every time I run the snippet.
Original comment by e.tyle...@gmail.com
on 26 Aug 2009 at 12:17
I'll examine this.
Original comment by gregrobbins
on 26 Aug 2009 at 10:02
I'm not reproducing this with version 1.9 (top-of-trunk) of the library. It may
have been fixed incidentally since
1.8 was released. Please reopen if you see this again.
Original comment by gregrobbins
on 28 Oct 2009 at 10:45
Original issue reported on code.google.com by
e.tyle...@gmail.com
on 24 Aug 2009 at 3:55