OK, no -fanalyzer on raspi, yet.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4434 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2023-08-30 23:58:01 +00:00
parent 9c81b6de8a
commit 90bb3c684e
2 changed files with 2 additions and 4 deletions

View File

@ -200,10 +200,6 @@ static int _tf_command_import(const char* file, int argc, char* argv[])
if (err)
{
fprintf(stderr, "Error: %s\n", err);
if (extras)
{
free((void*)extras);
}
return 2;
}