diff options
| author | Werner Koch <[email protected]> | 2005-07-27 18:10:56 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2005-07-27 18:10:56 +0000 |
| commit | a1cdf3c75fd5c644607b1877207d1d5b507a5bb9 (patch) | |
| tree | db7ed08934f367159a6792990476c0991fa44246 /g10/textfilter.c | |
| parent | Removed directories which are only used by the 1.9 branch (diff) | |
| download | gnupg-a1cdf3c75fd5c644607b1877207d1d5b507a5bb9.tar.gz gnupg-a1cdf3c75fd5c644607b1877207d1d5b507a5bb9.zip | |
Converted all m_free to xfree etc.
Diffstat (limited to 'g10/textfilter.c')
| -rw-r--r-- | g10/textfilter.c | 2 |
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 ) |
