OSSP CVS Repository

ossp - Difference in ossp-pkg/str/str_parse.c versions 1.14 and 1.15
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/str/str_parse.c 1.14 -> 1.15

--- 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