git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3092 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-08-24 04:33:48 +00:00
parent c456983efd
commit 2869d54353

View File

@@ -584,7 +584,7 @@ krb5_config_free_strings(char **strings)
{ {
char **s = strings; char **s = strings;
while(s && *s){ while(s && *s){
free(s); free(*s);
s++; s++;
} }
free(strings); free(strings);