From f76f41f52efd450a31017158ddd2e576cdfeb89a Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sun, 8 Jun 2008 12:30:50 +0200 Subject: Fix crash when saving settings to read-only homedir --- UCore.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'UCore.pas') diff --git a/UCore.pas b/UCore.pas index 9464460..8bc2654 100644 --- a/UCore.pas +++ b/UCore.pas @@ -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; -- cgit v1.2.3