From 22e79783968a59340f48551b70ddb2e889d57b52 Mon Sep 17 00:00:00 2001 From: desperado Date: Tue, 28 Oct 2014 22:15:21 +0000 Subject: [PATCH] Note about invalidating the freed content. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@49734 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- compiler/alib/deletestdio.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler/alib/deletestdio.c b/compiler/alib/deletestdio.c index 8aba61179a..5f0b92daed 100644 --- a/compiler/alib/deletestdio.c +++ b/compiler/alib/deletestdio.c @@ -30,6 +30,8 @@ None. NOTES + Invalidates values of certain fields, to assure the developer + doesn't depend on them remaining valid after the structure is freed. EXAMPLE -- 2.11.4.GIT