norgepaul / TChromeTabs

Comprehensive Delphi implementation of Chrome's tab system
Other
215 stars 78 forks source link

AV on release #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In ChromeTabsClasses.pas we see:

function TChromeTabsList.GetChromeTabInterface: IChromeTabs;
begin
  Assert(Supports(Owner, IChromeTabs, Result), 'Collection owner must support IChromeTabInterface');
end;

if compiled with Assertion = false we obtain AV because Assert be exclude/

Original issue reported on code.google.com by atru...@gmail.com on 10 Sep 2014 at 3:23

GoogleCodeExporter commented 9 years ago

Original comment by paul.tho...@easy-ip.net on 15 Oct 2014 at 2:17