Re: atscppapi: AsyncHttpFetch question

2017-03-27 Thread Bryan Call
Can you try putting a message in the destructor (as Alan suggested) or running it under gdb and setting a breakpoint? Please file an issue if it is still a problem: https://github.com/apache/trafficserver/issues -Bryan > On Mar 22, 2017, at 5:0

Re: atscppapi: AsyncHttpFetch question

2017-03-27 Thread Alan M. Carroll
Yes, it looks like it should clean up after itself but apparently isn't. I'd try putting a debug message in the destructor and verify it at least is getting called. I haven't looked at that code myself unfortunately. > Hi, > The motivation for my question is because I am seeing a small leak in m