diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-04-02 14:56:55 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-04-02 14:56:55 +0100 |
commit | 26832a9237178a763d57034c9e9636da0d6d8c7b (patch) | |
tree | 8e43990c3f6cdef6389475654b695a3bb8be825c /src/libutil/util.h | |
parent | cfc1e965d51ed2fc2c6462e979094e47e47ba2f4 (diff) | |
download | rspamd-26832a9237178a763d57034c9e9636da0d6d8c7b.tar.gz rspamd-26832a9237178a763d57034c9e9636da0d6d8c7b.zip |
Memory leak.
Diffstat (limited to 'src/libutil/util.h')
-rw-r--r-- | src/libutil/util.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/libutil/util.h b/src/libutil/util.h index b0825bfbf..de28fe93b 100644 --- a/src/libutil/util.h +++ b/src/libutil/util.h @@ -447,4 +447,10 @@ gdouble rspamd_get_ticks (void); */ void rspamd_ptr_array_free_hard (gpointer p); +/** + * Special utility to help array freeing in rspamd_mempool + * @param p + */ +void rspamd_array_free_hard (gpointer p); + #endif |