fcl-image: canvas AllocateResources: propagate exceptions to be able to properly handle (e.g. log) them

git-svn-id: trunk@43335 -
This commit is contained in:
ondrej 2019-10-30 16:15:30 +00:00
parent 7c661e9d0d
commit 13641eb1cf

View File

@ -114,6 +114,8 @@ begin
except
FCanvas := nil;
FAllocated := False;
raise;
end;
end;