From 8550c8f01fdf598eab0d93b92775e4ed1718bdfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 25 Apr 2004 14:21:16 +0000 Subject: [PATCH] document that krb5_data_free cleans the structure too git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13774 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/krb5_data.3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/krb5/krb5_data.3 b/lib/krb5/krb5_data.3 index 08bde316f..4961bd17a 100644 --- a/lib/krb5/krb5_data.3 +++ b/lib/krb5/krb5_data.3 @@ -86,7 +86,9 @@ resets the content of .Pp .Fn krb5_data_free free the data in -.Fa p . +.Fa p +and reset the content of the structure with +.Fn krb5_data_zero . .Pp .Fn krb5_free_data_contents works the same way as