typo
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3092 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user