summaryrefslogtreecommitdiffstats
path: root/runtime/glbl.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/glbl.c')
-rw-r--r--runtime/glbl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/glbl.c b/runtime/glbl.c
index b396ed7c..59d1fb0f 100644
--- a/runtime/glbl.c
+++ b/runtime/glbl.c
@@ -154,6 +154,7 @@ GenerateLocalHostNameProperty(void)
uchar *pszName;
if(propLocalHostName != NULL)
+ prop.Destruct(&propLocalHostName);
CHKiRet(prop.Construct(&propLocalHostName));
if(LocalHostNameOverride == NULL) {