mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-25 02:32:19 -05:00
The functionlist wasn't being filled anymore..
This commit is contained in:
parent
e68dab9280
commit
1e0ccf34ef
@ -85,7 +85,10 @@ procedure TFunctionListFrame.FillThreadTerminate(Sender: TObject);
|
|||||||
begin
|
begin
|
||||||
FillThread.Analyzer.Free;
|
FillThread.Analyzer.Free;
|
||||||
{ Don't free the thread when it is already stopped... This causes deadlocks? }
|
{ Don't free the thread when it is already stopped... This causes deadlocks? }
|
||||||
//FreeAndNil(FillThread);
|
{$IFDEF Linux}
|
||||||
|
KillThread(FillThread.Handle);
|
||||||
|
{$ENDIF}
|
||||||
|
FreeAndNil(FillThread);
|
||||||
ScriptNode.Expand(true);
|
ScriptNode.Expand(true);
|
||||||
FunctionList.EndUpdate;
|
FunctionList.EndUpdate;
|
||||||
if Filtering then
|
if Filtering then
|
||||||
|
Loading…
Reference in New Issue
Block a user