diff options
Diffstat (limited to 'g10/gpg.c')
-rw-r--r-- | g10/gpg.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4998,6 +4998,7 @@ g10_exit( int rc ) if ( (opt.debug & DBG_MEMSTAT_VALUE) ) { keydb_dump_stats (); + sig_check_dump_stats (); gcry_control (GCRYCTL_DUMP_MEMORY_STATS); gcry_control (GCRYCTL_DUMP_RANDOM_STATS); } |