diff --git a/src/libutil/shingles.c b/src/libutil/shingles.c index 8816e6e3f..8765a3d34 100644 --- a/src/libutil/shingles.c +++ b/src/libutil/shingles.c @@ -184,7 +184,7 @@ rspamd_shingles_from_text (GArray *input, g_free (hashes); - if (pool != NULL) { + if (pool == NULL) { g_free (res); } @@ -258,7 +258,7 @@ rspamd_shingles_from_text (GArray *input, g_free (hashes[i]); } - if (pool != NULL) { + if (pool == NULL) { g_free (res); }