Little Earth Solutions

Results 4 issues of Little Earth Solutions

Need to add the following destructor TSynPasSyn.Destroy; begin {$IFDEF SYN_CodeFolding} FreeAndNil(RE_BlockBegin); FreeAndNil(RE_BlockEnd); FreeAndNil(RE_Code); {$ENDIF} inherited; end;

I have found issues arise if a mix of Sync and Async calls are made; an initial fix is to add DELETEAsync as per issue #[26 ](https://github.com/andrea-magni/MARS/issues/26) I have found...

# - Delphi Seattle support [^] EWB_jedi.inc (compiler directives) - IDE crash if EWBEnableFocusControl is set to false. - Interface reference leak changes in Seattle - https://marc.durdin.net/2012/07/understanding-and-correcting-interface-reference-leaks-in-delphis-vcl-olectrls-pas/

FastMM will raise an exception when DataTarget is assigned on a IWBSButton and destruction of the form. This is a work around I have found to ensure it is set...

bug
help wanted