SVN revision: 26448
This commit is contained in:
Carsten Haitzler 2006-10-09 15:11:41 +00:00
parent 8cf89c3464
commit 6cdcfe352a
1 changed files with 9 additions and 3 deletions

View File

@ -1347,10 +1347,16 @@ printf("SECOND PASS\n");
{
clever_match = e_app_path_find(winner.path);
if (clever_match)
break;
{
if (winners) evas_hash_free(winners);
break;
}
}
if (winners)
{
evas_hash_free(winners);
winners = NULL;
}
evas_hash_free(winners);
winners = NULL;
}
}
clever_time = ecore_time_get() - begin;