(menu_list.c) Cleanup/nit

This commit is contained in:
twinaphex 2015-06-12 14:44:57 +02:00
parent 84b8a250a3
commit fa3f9d31d5

View File

@ -192,7 +192,6 @@ menu_list_t *menu_list_new(void)
error:
menu_list_free(list);
free(list);
return NULL;
}