Skip to content

Call rtl_do_close handler in sysfile.do_close, as reported by Kostas Michalopoulos

ccrause requested to merge ccrause/fpc-source:sysfile-do-close-fix into main

As highlighted by Kostas (https://lists.freepascal.org/pipermail/fpc-devel/2023-August/045225.html) the do_close file function is empty. Similar to the other file handlers do_close now calls rtl_do_close if it is assigned.

Merge request reports