From ce75a5d6825066fc67539c4eafed5902a34f9457 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Fri, 8 Jan 2016 12:41:13 +0100 Subject: removed memory tracking (nw) --- src/osd/modules/debugger/debugint.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/osd/modules/debugger/debugint.cpp') diff --git a/src/osd/modules/debugger/debugint.cpp b/src/osd/modules/debugger/debugint.cpp index 33cc9930abe..4d9ce903434 100644 --- a/src/osd/modules/debugger/debugint.cpp +++ b/src/osd/modules/debugger/debugint.cpp @@ -1319,7 +1319,7 @@ static void CreateMainMenu(running_machine &machine) if (menu) global_free( menu); - menu = global_alloc_clear(ui_menu_debug(machine, &machine.render().ui_container())); + menu = global_alloc_clear(machine, &machine.render().ui_container()); switch (focus_view->type) { -- cgit v1.2.3