mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 18:29:27 +02:00
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:
parent
7c661e9d0d
commit
13641eb1cf
@ -114,6 +114,8 @@ begin
|
||||
except
|
||||
FCanvas := nil;
|
||||
FAllocated := False;
|
||||
|
||||
raise;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user