]> granicus.if.org Git - neomutt/commitdiff
Fix b5cbd0dab863, closes #3215.
authorRocco Rutte <pdmef@gmx.net>
Tue, 7 Apr 2009 17:57:30 +0000 (19:57 +0200)
committerRocco Rutte <pdmef@gmx.net>
Tue, 7 Apr 2009 17:57:30 +0000 (19:57 +0200)
Still valgrind reports 'fromcode' as leaking.

sendlib.c

index 873e3e541e392a6cd8ac9e1955a03f96bd10980d..8ba2cacf31e790a8244db887d89463cd18b79af3 100644 (file)
--- a/sendlib.c
+++ b/sendlib.c
@@ -829,7 +829,6 @@ static size_t convert_file_from_to (FILE *file,
     FREE (&tcode[i]);
 
   FREE (&tcode);
-  FREE (&fcode);
 
   return ret;
 }