Update libretro SDK

This commit is contained in:
twinaphex 2015-01-26 21:35:23 +01:00
parent 12daba1515
commit 2edd943c08

View File

@ -84,6 +84,7 @@ void file_list_free(file_list_t *list)
{
free(list->list[i].path);
free(list->list[i].label);
free(list->list[i].alt);
}
free(list->list);
free(list);