Valgrind integration, refactor build process
[platform/upstream/libsecret.git] / egg / egg-hkdf.c
index a55ee5d..8cce3af 100644 (file)
@@ -105,5 +105,6 @@ egg_hkdf_perform (const gchar *hash_algo, gconstpointer input, gsize n_input,
 
        g_free (alloc);
        gcry_free (buffer);
+       gcry_md_close (md2);
        return TRUE;
 }