mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Some experimental support for other random gatheres
This commit is contained in:
parent
2e494682b6
commit
71134011e3
17 changed files with 436 additions and 424 deletions
|
@ -756,7 +756,7 @@ iobuf_pop_filter( IOBUF a, int (*f)(void *opaque, int control,
|
|||
return rc;
|
||||
}
|
||||
/* and tell the filter to free it self */
|
||||
if( (rc = b->filter(b->filter_ov, IOBUFCTRL_FREE, b->chain,
|
||||
if( b->filter && (rc = b->filter(b->filter_ov, IOBUFCTRL_FREE, b->chain,
|
||||
NULL, &dummy_len)) ) {
|
||||
log_error("IOBUFCTRL_FREE failed: %s\n", g10_errstr(rc) );
|
||||
return rc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue