about summary refs log tree commit diff stats
path: root/tests/unittests
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-08-11 01:00:23 +0100
committerJames Booth <boothj5@gmail.com>2015-08-11 01:00:23 +0100
commit2af5c151a02f3cde69e6e0b02a79f4f439f141e1 (patch)
tree5244c086260d2c4d8ebe96904bc9ae9bbe36f42a /tests/unittests
parente2a528cad46c5da9e950831d5e9a88b8eda6c801 (diff)
downloadprofani-tty-2af5c151a02f3cde69e6e0b02a79f4f439f141e1.tar.gz
Tidied pgp memory allocations
Diffstat (limited to 'tests/unittests')
-rw-r--r--tests/unittests/pgp/stub_gpg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unittests/pgp/stub_gpg.c b/tests/unittests/pgp/stub_gpg.c
index 671b2092..f8e05d57 100644
--- a/tests/unittests/pgp/stub_gpg.c
+++ b/tests/unittests/pgp/stub_gpg.c
@@ -47,3 +47,5 @@ gboolean p_gpg_addkey(const char * const jid, const char * const keyid)
     return TRUE;
 }
 
+void p_gpg_free_decrypted(char *decrypted) {}
+