(menu_list.c) Cleanup/nit
This commit is contained in:
parent
84b8a250a3
commit
fa3f9d31d5
|
@ -192,7 +192,6 @@ menu_list_t *menu_list_new(void)
|
||||||
|
|
||||||
error:
|
error:
|
||||||
menu_list_free(list);
|
menu_list_free(list);
|
||||||
free(list);
|
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue