Jump to content
ZRomik

TRestOauth and TSslRest memory leaks

Recommended Posts

Today I got strange assert

Quote

Project wesa.exe raised exception class EAssertionFailed with message 'Memory leak (D:\Projects\Eve Online\Wesa\trunk\ics\OverbyteIcsSuperObject.pas, line 6597)'.

This assert raised before I free the components.

I'm doing rest auth, after close app and got assert.

Share this post


Link to post

That error means you failed to free an instance of TSuperObject, I've not seen it in my own projects or the ICS samples.  It only appears for DEBUG builds.  Not sure that line is a good idea, even in debug builds.

 

Angus

 

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×