tests: Fix memleak in run-threaded

* tests/run-threaded.c (verify): Free msg.
This commit is contained in:
Andre Heinecke 2019-02-11 15:32:49 +01:00
parent 302d5ef52e
commit f8312d7c33
No known key found for this signature in database
GPG Key ID: 2978E9D40CBABA5C

View File

@ -408,6 +408,7 @@ verify (const char *fname, gpgme_protocol_t proto)
gpgme_release (ctx);
random_data_close (data);
free (msg);
}