X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/3a8b42d3b8549afa2da08757107f43c41d19ae0c..320598d40fb55001274c097d4a1a09c31b8d0335:/server/speaker.c?ds=inline diff --git a/server/speaker.c b/server/speaker.c index 1cdbd28..be783af 100644 --- a/server/speaker.c +++ b/server/speaker.c @@ -663,7 +663,6 @@ int main(int argc, char **argv) { #endif set_progname(argv); - mem_init(0); if(!setlocale(LC_CTYPE, "")) fatal(errno, "error calling setlocale"); while((n = getopt_long(argc, argv, "hVc:dD", options, 0)) >= 0) { switch(n) {