From 0070faa0ffd5c366bc20f477a4838b701c20b063 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 24 Jan 2000 11:55:49 +0000 Subject: See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner Koch --- g10/textfilter.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'g10/textfilter.c') diff --git a/g10/textfilter.c b/g10/textfilter.c index 3588156ad..06f85dc64 100644 --- a/g10/textfilter.c +++ b/g10/textfilter.c @@ -28,7 +28,6 @@ #include #include "errors.h" #include "iobuf.h" -#include "memory.h" #include "util.h" #include "filter.h" #include "i18n.h" @@ -128,7 +127,7 @@ text_filter( void *opaque, int control, if( tfx->truncated ) log_error(_("can't handle text lines longer than %d characters\n"), MAX_LINELEN ); - m_free( tfx->buffer ); + gcry_free( tfx->buffer ); tfx->buffer = NULL; } else if( control == IOBUFCTRL_DESC ) -- cgit v1.2.3