estrify

Results 2 issues of estrify

Hi, To reproduce, please open "InterfacedLists" sample and add next line: `ListObj.Where('Name = ?',['Lee']).Delete;` before `cout('Press ENTER to Exit',ccYellow);`. Run the sample, and when ENTER is pressed, "Access violation" exception...

bug

You can reproduce the issue simply running the QuickIOC demo: an exception is thrown when "iocContainer.Free" is called. Maybe the issue is related to the following line (module "Quick.IOC.pas", destructor...