free functions accept NULL
authorBarry Jaspan <bjaspan@mit.edu>
Wed, 10 Nov 1993 18:37:00 +0000 (18:37 +0000)
committerBarry Jaspan <bjaspan@mit.edu>
Wed, 10 Nov 1993 18:37:00 +0000 (18:37 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2861 dc483132-0cff-0310-8789-dd5450dbe970

doc/kadm5/api-funcspec.tex

index aa7c690628672d96ef713eec670bb60569d75ceb..4b23dd951b79bc71b4447538295d629710fe15a3 100644 (file)
@@ -1202,7 +1202,8 @@ void ovsec_kadm_free_principal_ent(ovsec_kadm_principal_ent_t);
 \end{verbatim}
 
 Free the memory that was allocated by a call to
-ovsec_kadm_get_principal. 
+ovsec_kadm_get_principal.  If the argument is NULL, the function
+returns succesfully.
 
 AUTHORIZATION REQUIRED: none (local operation)
 
@@ -1210,7 +1211,8 @@ AUTHORIZATION REQUIRED: none (local operation)
 void ovsec_kadm_free_policy_ent(ovsec_kadm_policy_ent_t);
 \end{verbatim}
 
-Free memory that was allocated by a call to ovsec_kadm_get_policy.
+Free memory that was allocated by a call to ovsec_kadm_get_policy.  If
+the argument is NULL, the function returns succesfully.
 
 AUTHORIZATION REQUIRED: none (local operation)