diff options
Diffstat (limited to 'src/rspamadm/configdump.c')
-rw-r--r-- | src/rspamadm/configdump.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rspamadm/configdump.c b/src/rspamadm/configdump.c index b48009466..e7d51b442 100644 --- a/src/rspamadm/configdump.c +++ b/src/rspamadm/configdump.c @@ -104,6 +104,7 @@ rspamadm_add_doc_elt (const ucl_object_t *obj, const ucl_object_t *doc_obj, if (ucl_object_lookup_len (comment_obj, (const char *)&obj, sizeof (void *))) { + rspamd_fstring_free (comment); /* Do not rewrite the existing comment */ return; } |