Tidied pgp memory allocations

This commit is contained in:
James Booth
2015-08-11 01:00:23 +01:00
parent e2a528cad4
commit 2af5c151a0
6 changed files with 78 additions and 64 deletions

View File

@@ -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) {}