]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Save cache data merely explicitly
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 27 Sep 2019 15:10:01 +0000 (16:10 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 27 Sep 2019 15:10:01 +0000 (16:10 +0100)
src/libserver/rspamd_symcache.c

index bbe90ec6aeb4d9c9d14a682e83b21bd7607e4906..60f405e12ec014e72887d057eacc06604b270c0a 100644 (file)
@@ -1266,8 +1266,6 @@ rspamd_symcache_destroy (struct rspamd_symcache *cache)
        struct delayed_cache_condition *dcond;
 
        if (cache != NULL) {
-               rspamd_symcache_save (cache);
-
                if (cache->delayed_deps) {
                        cur = cache->delayed_deps;