Index: ossp-pkg/str/str_parse.c RCS File: /v/ossp/cvs/ossp-pkg/str/str_parse.c,v rcsdiff -q -kk '-r1.14' '-r1.15' -u '/v/ossp/cvs/ossp-pkg/str/str_parse.c,v' 2>/dev/null --- str_parse.c 2001/08/16 13:21:23 1.14 +++ str_parse.c 2001/08/28 10:38:44 1.15 @@ -120,6 +120,8 @@ while (he != NULL) { ohe = he; he = he->next; + if (ohe->key != NULL) + free(ohe->key); free(ohe); } }