diff options
Diffstat (limited to 'support/export/client.c')
-rw-r--r-- | support/export/client.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support/export/client.c b/support/export/client.c index 686c744..19b53aa 100644 --- a/support/export/client.c +++ b/support/export/client.c @@ -262,6 +262,7 @@ client_compose(struct in_addr addr) name = add_name(name, clp->m_hostname); } } + free(he); return name; } |