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