1
0
Fork 0
mirror of https://github.com/CTCaer/hekate.git synced 2024-11-22 18:06:40 +00:00

hekate: tools: fix menu memleak

This commit is contained in:
CTCaer 2024-10-04 22:04:56 +03:00
parent 0acdefb32a
commit c422d63b64

View file

@ -155,6 +155,8 @@ void menu_autorcm()
tui_do_menu(&menu); tui_do_menu(&menu);
emmc_end(); emmc_end();
free(ments);
} }
#pragma GCC pop_options #pragma GCC pop_options