mirror of
https://github.com/holub/mame
synced 2025-07-04 09:28:51 +03:00
commit
e933c869db
@ -395,10 +395,6 @@ static const char *pmf_verbose[] =
|
|||||||
|
|
||||||
int main(int argc, char *argv[])
|
int main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
#if (!PSTANDALONE)
|
|
||||||
track_memory(true);
|
|
||||||
{
|
|
||||||
#endif
|
|
||||||
tool_options_t opts;
|
tool_options_t opts;
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
@ -462,9 +458,5 @@ int main(int argc, char *argv[])
|
|||||||
}
|
}
|
||||||
|
|
||||||
pstring::resetmem();
|
pstring::resetmem();
|
||||||
#if (!PSTANDALONE)
|
|
||||||
}
|
|
||||||
dump_unfreed_mem();
|
|
||||||
#endif
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
@ -237,10 +237,6 @@ void usage(nlwav_options_t &opts)
|
|||||||
|
|
||||||
int main(int argc, char *argv[])
|
int main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
#if (!PSTANDALONE)
|
|
||||||
track_memory(true);
|
|
||||||
{
|
|
||||||
#endif
|
|
||||||
nlwav_options_t opts;
|
nlwav_options_t opts;
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
@ -258,10 +254,6 @@ int main(int argc, char *argv[])
|
|||||||
}
|
}
|
||||||
|
|
||||||
convert(opts);
|
convert(opts);
|
||||||
#if (!PSTANDALONE)
|
|
||||||
}
|
|
||||||
dump_unfreed_mem();
|
|
||||||
#endif
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user