<div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Steve Litt via fpc-pascal <<a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a>> schrieb am Di., 30. Mai 2023, 21:57:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I don't know about other operating systems, but on Linux a crashed<br>
program gives up all its memory, even leaked memory, upon termination,<br>
so I'm not sure why this attention to memory leak on abnormal<br>
termination is even necessary.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">An exception does not have to end with the program's termination. And if the program does not terminate due to an exception it makes sense to avoid memory leaks as the program might be long running. </div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven </div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></div></div>