From b906cfa0d9755b521bc8b71ac434457e8f6e5830 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Wed, 27 Nov 1996 19:08:41 -0800
Subject: [PATCH] fixed one 'leak'

Rev: src/stralloc.c:1.6
---
 src/stralloc.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/stralloc.c b/src/stralloc.c
index fb1948627f..e4e36646ae 100644
--- a/src/stralloc.c
+++ b/src/stralloc.c
@@ -523,4 +523,5 @@ void cleanup_shared_string_table()
     }
     base_table[e]=0;
   }
+  free((char *)base_table);
 }
-- 
GitLab