fpspreadsheet: Fix manualtest crashing if started a second time from the same gui session.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3280 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2014-07-04 15:19:35 +00:00
parent 336a1cf581
commit ad1bf2a46a

View File

@ -153,6 +153,7 @@ begin
if Workbook <> nil then begin
Workbook.WriteToFile(TestFileManual, OUTPUT_FORMAT, TRUE);
Workbook.Free;
Workbook := nil;
end;
end;