diff options
Diffstat (limited to 'UCore.pas')
| -rw-r--r-- | UCore.pas | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2760,8 +2760,8 @@ initialization RightTabSortIDs := TList.Create; LeftTabSortTypes := TList.Create; RightTabSortTypes := TList.Create; - MounterList := nil; - ConnectionMgrList := nil; + AssocList := TList.Create; + MounterList := TList.Create; ConnectionMgrList := TList.Create; UsedTempPaths := TStringList.Create; SelectHistory := TStringList.Create; |
