fpexif: Fix memory leak due to typo ("except" instead of "finally"). Issue #34537, patch by Mike Thompson.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6841 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2019-04-09 09:23:28 +00:00
parent 327fca5d9e
commit 3b457821b0

View File

@ -493,7 +493,7 @@ begin
FreeAndNil(FIptcData);
raise;
end;
except
finally
reader.Free;
end;
end;