1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

2006-12-21 Marcus Brinkmann <marcus@g10code.de>

* encrypt.c (encrypt_dek): Release S_CIPH.
This commit is contained in:
Marcus Brinkmann 2006-12-21 00:40:44 +00:00
parent c2c3b64905
commit a16deed61f
3 changed files with 7 additions and 1 deletions

View file

@ -28,7 +28,7 @@
#include <ctype.h>
#include <unistd.h>
#include <fcntl.h>
#include <mcheck.h>
#include "gpgsm.h"
#include <gcrypt.h>
@ -744,6 +744,7 @@ main ( int argc, char **argv)
certlist_t signerlist = NULL;
int do_not_setup_keys = 0;
mtrace();
/* trap_unaligned ();*/
set_strusage (my_strusage);