--- 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); } }
CVSTrac 2.0.1