From 0c455ab8befd5735bb11c5b407dbab55326c84b5 Mon Sep 17 00:00:00 2001 From: Rocco Rutte <pdmef@gmx.net> Date: Tue, 7 Apr 2009 19:57:30 +0200 Subject: [PATCH] Fix b5cbd0dab863, closes #3215. Still valgrind reports 'fromcode' as leaking. --- sendlib.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sendlib.c b/sendlib.c index 873e3e54..8ba2cacf 100644 --- 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; } -- 2.40.0