From: Richard Kettlewell Date: Sun, 6 Jun 2010 17:36:29 +0000 (+0100) Subject: Missing gcry_md_close. X-Git-Tag: branchpoint-5.1~77^2~11 X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/commitdiff_plain/498b46a291015cbf5204345cb3dbc15ba244b831?ds=sidebyside Missing gcry_md_close. --- diff --git a/server/mount.c b/server/mount.c index 8a7752a..506b663 100644 --- a/server/mount.c +++ b/server/mount.c @@ -73,6 +73,7 @@ void periodic_mount_check(ev_source *ev_) { trackdb_rescan(ev_, 1/*check*/, 0, 0); memcpy(last, current, sizeof last); first = 0; + gcry_md_close(h); #elif defined PATH_MTAB /* On Linux we keep track of the modification time of /etc/mtab */ static time_t last_mount;