tests: Fix memleak in run-threaded
* tests/run-threaded.c (verify): Free msg.
This commit is contained in:
parent
302d5ef52e
commit
f8312d7c33
@ -408,6 +408,7 @@ verify (const char *fname, gpgme_protocol_t proto)
|
|||||||
gpgme_release (ctx);
|
gpgme_release (ctx);
|
||||||
|
|
||||||
random_data_close (data);
|
random_data_close (data);
|
||||||
|
free (msg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user