From: Steinar H. Gunderson Date: Wed, 5 Jul 2017 18:04:37 +0000 (+0200) Subject: Un-name the main thread again, since it makes killall stop working. X-Git-Tag: 1.6.1~8 X-Git-Url: https://git.sesse.net/?p=nageru;a=commitdiff_plain;h=957e689b3100f5f54dc56e1234c9b85ecc0c9528;hp=4db1223f01b0d1731ff571f20c677a7675b645ec Un-name the main thread again, since it makes killall stop working. --- diff --git a/main.cpp b/main.cpp index 9177025..dcaf2a6 100644 --- a/main.cpp +++ b/main.cpp @@ -77,8 +77,6 @@ int main(int argc, char *argv[]) uses_mlock = true; } - pthread_setname_np(pthread_self(), "Nageru_UI"); - int rc = app.exec(); global_mixer->quit(); mainWindow.mixer_shutting_down();