aboutsummaryrefslogtreecommitdiffstats
path: root/g10/textfilter.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/textfilter.c')
-rw-r--r--g10/textfilter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/textfilter.c b/g10/textfilter.c
index 3694cb33a..78c2bf7c1 100644
--- a/g10/textfilter.c
+++ b/g10/textfilter.c
@@ -147,7 +147,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 );
+ xfree( tfx->buffer );
tfx->buffer = NULL;
}
else if( control == IOBUFCTRL_DESC )