diff options
Diffstat (limited to 'ui-common.c')
-rw-r--r-- | ui-common.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ui-common.c b/ui-common.c index 87bae9a..a417180 100644 --- a/ui-common.c +++ b/ui-common.c @@ -63,8 +63,6 @@ void print_timelines() "</li>\n", (i % 2) ? "left" : "right", br->name->s, br->age_from, br->age_to, br->desc->s); - string_release(br->name); - string_release(br->desc); } printf("</ul>\n"); |