Free start_comments when done.
Showing
1 changed file
with
5 additions
and
0 deletions
... | @@ -284,6 +284,11 @@ address_create (address_t *paddress, const char *addr) | ... | @@ -284,6 +284,11 @@ address_create (address_t *paddress, const char *addr) |
284 | last = t->next; | 284 | last = t->next; |
285 | free (t); | 285 | free (t); |
286 | } | 286 | } |
287 | for (t = start_comments; t; t = last) | ||
288 | { | ||
289 | last = t->next; | ||
290 | free (t); | ||
291 | } | ||
287 | 292 | ||
288 | return status; | 293 | return status; |
289 | } | 294 | } | ... | ... |
-
Please register or sign in to post a comment