From d724e454320d2905c06b821789e7123db239c371 Mon Sep 17 00:00:00 2001 From: sebastid Date: Mon, 10 Oct 2005 22:33:56 +0000 Subject: [PATCH] typo SVN revision: 17414 --- src/bin/e_fileman_smart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_fileman_smart.c b/src/bin/e_fileman_smart.c index e17540199..eeef82407 100644 --- a/src/bin/e_fileman_smart.c +++ b/src/bin/e_fileman_smart.c @@ -2545,7 +2545,7 @@ _e_fm_file_thumb_create(char *file) ef = eet_open(thumbpath, EET_FILE_MODE_WRITE); if (!ef) { - free(thumpath); + free(thumbpath); return -1; } free(thumbpath);