Hello
I have a problem with VirtualdbtreeEx.
This causes an error when closing the program
To test and confirm that the error comes from the use of VirtualdbtreeEx, I made a simple example with a single DBF table example (less complex than my application that uses MariaDB)
The error occurs at the line inherited Destroy; in
destructor TLCLComponent.Destroy; of LCLClasses
The error appears in debug mode, not in release mode, but there is still a memory deallocator problem
Does anyone have a solution? Thanks in advance