aboutsummaryrefslogtreecommitdiffstats
path: root/src/libutil/regexp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libutil/regexp.c')
-rw-r--r--src/libutil/regexp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libutil/regexp.c b/src/libutil/regexp.c
index 6f449539f..4ce9c4218 100644
--- a/src/libutil/regexp.c
+++ b/src/libutil/regexp.c
@@ -1055,6 +1055,7 @@ rspamd_regexp_cache_destroy (struct rspamd_regexp_cache *cache)
}
#endif
#endif
+ g_free (cache);
}
}