leak--, thanks cedric

SVN revision: 50225
This commit is contained in:
Vincent Torri 2010-07-13 16:43:15 +00:00
parent b49c2411bd
commit 84efd3507f
1 changed files with 1 additions and 0 deletions

View File

@ -2123,6 +2123,7 @@ eina_log_print_unlocked(int domain, Eina_Log_Level level, const char *file, cons
*tmp = 'I';
}
_print_cb(d, level, file, fnc, line, wfmt, _print_cb_data, args);
free(wfmt);
}
#else
_print_cb(d, level, file, fnc, line, fmt, _print_cb_data, args);