diff options
Diffstat (limited to '')
-rw-r--r-- | common/iobuf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/iobuf.c b/common/iobuf.c index e8b4a034e..d149e2ebf 100644 --- a/common/iobuf.c +++ b/common/iobuf.c @@ -589,7 +589,6 @@ file_filter (void *opaque, int control, iobuf_t chain, byte * buf, if (!a->keep_open) fd_cache_close (a->no_cache ? NULL : a->fname, f); } - f = GNUPG_INVALID_FD; xfree (a); /* We can free our context now. */ } |