of structure.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10497
dc483132-0cff-0310-8789-
dd5450dbe970
* Makefile.in: Add a LOCAL_SUBDIRS macro for all subdirectories in
the kadm5 library.
+Wed Feb 25 15:00:10 1998 Ezra Peisach <epeisach@mit.edu>
+
+ * alt_prof.c (krb5_free_realm_params): Free realm_acl_file portion
+ of structure.
+
Wed Feb 18 16:13:56 1998 Tom Yu <tlyu@mit.edu>
* Makefile.in: Remove trailing slash from thisconfigdir. Fix up
krb5_xfree(rparams->realm_keysalts);
if (rparams->realm_kdc_ports)
krb5_xfree(rparams->realm_kdc_ports);
+ if (rparams->realm_acl_file)
+ krb5_xfree(rparams->realm_acl_file);
krb5_xfree(rparams);
}
return(0);